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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp93 // flags _foregroundGCShouldWait and _foregroundGCIsActive,
551 bool CMSCollector::_foregroundGCShouldWait = false; member in class:CMSCollector
1753 // _foregroundGCShouldWait - Set to true by the background collector
1755 // _foregroundGCShouldWait is true.
1763 // waits on the CGC_lock for _foregroundGCShouldWait to be false
1774 // sets _foregroundGCShouldWait
1776 // clears _foregroundGCShouldWait, notifies _CGC_lock
1819 if (_foregroundGCShouldWait) {
1833 while (_foregroundGCShouldWait) {
2171 assert(_c->_foregroundGCShouldWait, "Els
[all...]
H A DconcurrentMarkSweepGeneration.hpp541 friend class ReleaseForegroundGC; // to access _foregroundGCShouldWait
703 // _foregroundGCIsActive is true and _foregroundGCShouldWait is false.
706 static bool _foregroundGCShouldWait; // true iff background GC is active and has not member in class:CMSCollector
992 static bool foregroundGCShouldWait() { return _foregroundGCShouldWait; }
993 static void set_foregroundGCShouldWait(bool v) { _foregroundGCShouldWait = v; }

Completed in 42 milliseconds