< prev index next >

src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Print this page
rev 7564 : [mq]: 8068036-assert-is_available-failed-in-g1

*** 212,221 **** --- 212,224 ---- friend class G1FreeHumongousRegionClosure; // Other related classes. friend class G1MarkSweep; friend class HeapRegionClaimer; + // Testing classes. + friend class G1CheckCSetFastTableClosure; + private: // The one and only G1CollectedHeap, so static functions can find it. static G1CollectedHeap* _g1h; static size_t _humongous_object_threshold_in_words;
< prev index next >