< prev index next >

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

Print this page
rev 8074 : imported patch heap_statics_remove

*** 200,212 **** // Testing classes. friend class G1CheckCSetFastTableClosure; private: - // The one and only G1CollectedHeap, so static functions can find it. - static G1CollectedHeap* _g1h; - FlexibleWorkGang* _workers; static size_t _humongous_object_threshold_in_words; // The secondary free list which contains regions that have been --- 200,209 ----
< prev index next >