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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.hpp64 //////////////////// OldRegionSet ////////////////////
66 class OldRegionSet : public HeapRegionSet { class in inherits:HeapRegionSet
74 OldRegionSet(const char* name) : HeapRegionSet(name) { } function in class:OldRegionSet
79 class MasterOldRegionSet : public OldRegionSet {
85 MasterOldRegionSet(const char* name) : OldRegionSet(name) { }

Completed in 28 milliseconds