src/hotspot/share/gc/g1/g1ParScanThreadState.hpp
changeset 57802 854e828d6b5b
parent 57785 8d9362f3b8aa
child 58679 9c3209ff7550
child 59061 df6f2350edfa
--- a/src/hotspot/share/gc/g1/g1ParScanThreadState.hpp	Tue Aug 20 07:47:13 2019 +0200
+++ b/src/hotspot/share/gc/g1/g1ParScanThreadState.hpp	Tue Aug 20 09:22:18 2019 +0200
@@ -145,12 +145,6 @@
   size_t lab_waste_words() const;
   size_t lab_undo_waste_words() const;
 
-  size_t* surviving_young_words() {
-    // We add one to hide entry 0 which accumulates surviving words for
-    // age -1 regions (i.e. non-young ones)
-    return _surviving_young_words + 1;
-  }
-
   void flush(size_t* surviving_young_words);
 
 private: