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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.hpp54 //////////////////// SecondaryFreeRegionList ////////////////////
56 class SecondaryFreeRegionList : public FreeRegionList { class in inherits:FreeRegionList
61 SecondaryFreeRegionList(const char* name) : FreeRegionList(name) { } function in class:SecondaryFreeRegionList
H A DheapRegionSets.cpp86 //////////////////// SecondaryFreeRegionList ////////////////////
88 bool SecondaryFreeRegionList::check_mt_safety() {
H A Dg1CollectedHeap.hpp249 SecondaryFreeRegionList _secondary_free_list;

Completed in 66 milliseconds