< prev index next >

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

Print this page
rev 49525 : [mq]: 8200426-sangheon-review

@@ -159,12 +159,10 @@
   size_t _survivor_used;
 
   size_t _old_committed;
   size_t _old_used;
 
-  G1CollectedHeap* g1h() { return _g1h; }
-
   // It returns x - y if x > y, 0 otherwise.
   // As described in the comment above, some of the inputs to the
   // calculations we have to do are obtained concurrently and hence
   // may be inconsistent with each other. So, this provides a
   // defensive way of performing the subtraction and avoids the value
< prev index next >