diff -r 700a2ad8fc19 -r c545e449137c src/hotspot/share/gc/g1/g1Policy.hpp --- a/src/hotspot/share/gc/g1/g1Policy.hpp Fri Nov 15 15:33:34 2019 -0500 +++ b/src/hotspot/share/gc/g1/g1Policy.hpp Thu Nov 14 17:34:45 2019 -0800 @@ -250,14 +250,6 @@ 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;