src/hotspot/share/gc/g1/sparsePRT.hpp
changeset 52347 14ef0f74667b
parent 49455 848864ed9b17
child 52716 877dd2b0f36c
--- a/src/hotspot/share/gc/g1/sparsePRT.hpp	Wed Oct 31 13:43:57 2018 +0100
+++ b/src/hotspot/share/gc/g1/sparsePRT.hpp	Wed Oct 31 13:43:57 2018 +0100
@@ -231,8 +231,6 @@
   RSHashTable* _cur;
   RSHashTable* _next;
 
-  HeapRegion* _hr;
-
   enum SomeAdditionalPrivateConstants {
     InitialCapacity = 16
   };
@@ -254,7 +252,7 @@
   static SparsePRT* volatile _head_expanded_list;
 
 public:
-  SparsePRT(HeapRegion* hr);
+  SparsePRT();
 
   ~SparsePRT();