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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp703 // _foregroundGCIsActive is true and _foregroundGCShouldWait is false.
704 static bool _foregroundGCIsActive; // true iff foreground collector is active or member in class:CMSCollector
994 static bool foregroundGCIsActive() { return _foregroundGCIsActive; }
995 static void set_foregroundGCIsActive(bool v) { _foregroundGCIsActive = v; }
H A DconcurrentMarkSweepGeneration.inline.hpp289 (_abort_preclean || _foregroundGCIsActive ||
H A DconcurrentMarkSweepGeneration.cpp93 // flags _foregroundGCShouldWait and _foregroundGCIsActive,
550 bool CMSCollector::_foregroundGCIsActive = false; member in class:CMSCollector
1750 // _foregroundGCIsActive - Set to true by the foreground collector when
1762 // sets _foregroundGCIsActive
1768 // clears _foregroundGCIsActive
1775 // if _foregroundGCIsActive is set
1777 // waits on _CGC_lock for _foregroundGCIsActive to become false
1803 _foregroundGCIsActive = true;
1828 // Note that we set _foregroundGCIsActive true above,
1918 _foregroundGCIsActive
[all...]

Completed in 44 milliseconds