< prev index next > src/hotspot/share/classfile/classFileParser.hpp
Print this page
mutable ClassLoaderData* _loader_data;
const bool _is_hidden;
const bool _can_access_vm_annotations;
int _orig_cp_size;
unsigned int _static_oop_count;
+ unsigned int _nonstatic_oop_count;
// Metadata created before the instance klass is created. Must be deallocated
// if not transferred to the InstanceKlass upon successful class loading
// in which case these pointers have been set to null.
const InstanceKlass* _super_klass;
< prev index next >