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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp575 _restart_addr(NULL),
2071 assert(_restart_addr == NULL,
2982 assert(_restart_addr == NULL, "Expected pre-condition");
2984 while (_restart_addr != NULL) {
2987 HeapWord* ra = _restart_addr;
2989 _restart_addr = NULL;
3032 assert(_restart_addr == NULL, "Expected pre-condition");
3034 while (_restart_addr != NULL) {
3037 HeapWord* ra = _restart_addr;
3039 _restart_addr
[all...]
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 35 milliseconds