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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp826 // HeapRegionClosure is used for iterating over regions.
828 class HeapRegionClosure : public StackObj { class in inherits:StackObj
836 HeapRegionClosure(): _complete(true) {} function in class:HeapRegionClosure

Completed in 69 milliseconds