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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1721 // _lastFreeRangeCoalesced is true if the LHC consists of more than one chunk.
1747 bool _lastFreeRangeCoalesced; member in class:SweepClosure
1791 bool lastFreeRangeCoalesced() const { return _lastFreeRangeCoalesced; }
1792 void set_lastFreeRangeCoalesced(bool v) { _lastFreeRangeCoalesced = v; }

Completed in 39 milliseconds