src/hotspot/share/gc/g1/g1RemSet.hpp
changeset 52716 877dd2b0f36c
parent 49911 358be4680d12
child 52897 495c05ee2a9a
--- a/src/hotspot/share/gc/g1/g1RemSet.hpp	Wed Nov 28 10:52:01 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1RemSet.hpp	Wed Nov 28 11:06:58 2018 +0100
@@ -86,11 +86,6 @@
   // Initialize data that depends on the heap size being known.
   void initialize(size_t capacity, uint max_regions);
 
-  // This is called to reset dual hash tables after the gc pause
-  // is finished and the initial hash table is no longer being
-  // scanned.
-  void cleanupHRRS();
-
   G1RemSet(G1CollectedHeap* g1h,
            G1CardTable* ct,
            G1HotCardCache* hot_card_cache);