Searched refs:hasPromotedMark (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp94 inline bool hasPromotedMark() const { function in class:VALUE_OBJ_CLASS_SPEC
H A DpromotionInfo.cpp67 assert(!curObj->hasPromotedMark(), \
147 assert(!trackOop->hasPromotedMark(), "Should not have been marked");
H A DcompactibleFreeListSpace.hpp451 return ((PromotedObject*)obj)->hasPromotedMark();

Completed in 47 milliseconds