< prev index next >

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

Print this page
rev 52572 : imported patch 8213996-remove-sparseprt-table

@@ -84,15 +84,10 @@
   static uint num_par_rem_sets();
 
   // 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);
   ~G1RemSet();
 
< prev index next >