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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp670 // initial_state: Idling
671 // next_state(Idling) = {Marking}
678 // next_state(Resetting) = {Idling}
680 // . _collectorState <= Idling == post-sweep && pre-mark
681 // . _collectorState in (Idling, Sweeping) == {initial,final}marking ||
687 Idling = 2, enumerator in enum:CMSCollector::CollectorState
945 if (_collectorState <= Idling) {

Completed in 39 milliseconds