--- old/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp 2018-03-29 19:40:27.126571582 +0200 +++ new/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp 2018-03-29 19:40:26.871563765 +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