changeset 49806 | 2d62570a615c |
parent 49377 | ecd91135d645 |
child 51497 | ec014e5694ec |
--- a/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp Wed Apr 18 11:36:48 2018 +0200 +++ b/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp Wed Apr 18 11:36:48 2018 +0200 @@ -161,8 +161,6 @@ 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