hotspot Udiff src/share/vm/oops/instanceKlass.hpp (original) (raw)

< prev index next >

Print this page

rev 9016 : [mq]: ikflags


@@ -115,10 +115,11 @@ // Constructor InstanceKlass(int vtable_len, int itable_len, int static_field_size, int nonstatic_oop_map_size,


@@ -197,20 +198,34 @@ // _is_marked_dependent can be set concurrently, thus cannot be part of the // _misc_flags. bool _is_marked_dependent; // used for marking during flushing and deoptimization bool _has_unloaded_dependent;

}; u2 _misc_flags; u2 _minor_version; // minor version number of class file u2 _major_version; // major version number of class file Thread* _init_thread; // Pointer to current thread doing initialization (to handle recusive initialization)


@@ -665,10 +680,66 @@

void set_is_scratch_class() { _misc_flags |= _misc_is_scratch_class; }

+private: +

< prev index next >