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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.hpp88 //////////////////// HumongousRegionSet ////////////////////
90 class HumongousRegionSet : public HeapRegionSet { class in inherits:HeapRegionSet
98 HumongousRegionSet(const char* name) : HeapRegionSet(name) { } function in class:HumongousRegionSet
103 class MasterHumongousRegionSet : public HumongousRegionSet {
108 MasterHumongousRegionSet(const char* name) : HumongousRegionSet(name) { }

Completed in 39 milliseconds