--- old/src/hotspot/share/gc/g1/sparsePRT.hpp 2018-10-02 14:13:16.638994061 +0200 +++ new/src/hotspot/share/gc/g1/sparsePRT.hpp 2018-10-02 14:13:16.220981412 +0200 @@ -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();