Searched refs:MasterOldRegionSet (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.hpp77 //////////////////// MasterOldRegionSet ////////////////////
79 class MasterOldRegionSet : public OldRegionSet { class in inherits:OldRegionSet
85 MasterOldRegionSet(const char* name) : OldRegionSet(name) { } function in class:MasterOldRegionSet
H A DheapRegionSets.cpp110 //////////////////// MasterOldRegionSet ////////////////////
112 bool MasterOldRegionSet::check_mt_safety() {
H A Dg1CollectedHeap.hpp252 MasterOldRegionSet _old_set;

Completed in 33 milliseconds