< prev index next >

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

Print this page
rev 56973 : 8234208: Logging reports zero total refined cards under "Before GC RS summary"

*** 248,265 **** uint base_free_regions, double target_pause_time_ms) const; public: size_t pending_cards_at_gc_start() const { return _pending_cards_at_gc_start; } - size_t total_concurrent_refined_cards() const { - return _total_concurrent_refined_cards; - } - - size_t total_mutator_refined_cards() const { - return _total_mutator_refined_cards; - } - // Calculate the minimum number of old regions we'll add to the CSet // during a mixed GC. uint calc_min_old_cset_length() const; // Calculate the maximum number of old regions we'll add to the CSet --- 248,257 ----
< prev index next >