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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp42 // Below, we want _narrow_next in the "higher" 32 bit slot,
55 narrowOop _narrow_next; member in struct:VALUE_OBJ_CLASS_SPEC::__anon231
57 narrowOop _narrow_next;
72 res = (PromotedObject*)oopDesc::decode_heap_oop(_data._narrow_next);
83 assert(_data._narrow_next == 0, "Overwrite?");
84 _data._narrow_next = oopDesc::encode_heap_oop(oop(x));

Completed in 513 milliseconds