< prev index next >

src/hotspot/share/oops/instanceKlass.hpp

Print this page

        

*** 87,97 **** }; #endif // !PRODUCT // ValueObjs embedded in klass. Describes where oops are located in instances of // this klass. ! class OopMapBlock VALUE_OBJ_CLASS_SPEC { public: // Byte offset of the first oop mapped by this block. int offset() const { return _offset; } void set_offset(int offset) { _offset = offset; } --- 87,97 ---- }; #endif // !PRODUCT // ValueObjs embedded in klass. Describes where oops are located in instances of // this klass. ! class OopMapBlock { public: // Byte offset of the first oop mapped by this block. int offset() const { return _offset; } void set_offset(int offset) { _offset = offset; }
< prev index next >