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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp525 friend class PushOrMarkClosure; // to access _restart_addr
526 friend class Par_PushOrMarkClosure; // to access _restart_addr
529 friend class Par_MarkFromRootsClosure; // to access _restart_addr
531 friend class Par_ConcMarkingClosure; // to access _restart_addr etc.
532 friend class MarkFromRootsVerifyClosure; // to access _restart_addr
645 HeapWord* _restart_addr; // in support of marking stack overflow member in class:CMSCollector

Completed in 40 milliseconds