src/hotspot/share/gc/g1/g1Policy.hpp
changeset 59114 c545e449137c
parent 58797 f29ca6895893
child 59198 92c98aa0f801
--- 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;