< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page
rev 51667 : imported patch 8210467-remove-max-heap-capacity

*** 1383,1397 **** // The following two methods are helpful for debugging RSet issues. void print_cset_rsets() PRODUCT_RETURN; void print_all_rsets() PRODUCT_RETURN; - public: size_t pending_card_num(); - - private: - size_t _max_heap_capacity; }; class G1ParEvacuateFollowersClosure : public VoidClosure { private: double _start_term; --- 1383,1393 ----
< prev index next >