< prev index next >

src/hotspot/share/oops/oop.hpp

Print this page

        

*** 307,319 **** // safepoint if called on a biased object. Calling code must be aware of that. inline intptr_t identity_hash(); intptr_t slow_identity_hash(); // marks are forwarded to stack when object is locked ! inline bool has_displaced_mark_raw() const; inline markWord displaced_mark_raw() const; ! inline void set_displaced_mark_raw(markWord m); static bool has_klass_gap(); // for code generation static int mark_offset_in_bytes() { return offset_of(oopDesc, _mark); } --- 307,319 ---- // safepoint if called on a biased object. Calling code must be aware of that. inline intptr_t identity_hash(); intptr_t slow_identity_hash(); // marks are forwarded to stack when object is locked ! inline bool has_displaced_mark_raw() const; inline markWord displaced_mark_raw() const; ! inline void set_displaced_mark_raw(markWord m); static bool has_klass_gap(); // for code generation static int mark_offset_in_bytes() { return offset_of(oopDesc, _mark); }
< prev index next >