Searched defs:displaced_mark (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp38 displaced_mark = nth_bit(2), // i.e. 0x4 enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon230
99 _next |= displaced_mark;
104 return (_next & displaced_mark) != 0;
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp699 // Note that the forwardee is not the same thing as the displaced_mark.
710 inline markOop oopDesc::displaced_mark() const { function in class:oopDesc
722 return displaced_mark()->age();
731 set_displaced_mark(displaced_mark()->incr_age());

Completed in 33 milliseconds