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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1723 // _freeFinger is the address of the current LHC
1744 // that the _freeFinger below
1755 HeapWord* _freeFinger; // When _inFreeRange is set, the member in class:SweepClosure
1787 HeapWord* freeFinger() const { return _freeFinger; }
1788 void set_freeFinger(HeapWord* v) { _freeFinger = v; }

Completed in 49 milliseconds