--- old/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp 2018-02-20 13:59:51.557349513 +0100 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp 2018-02-20 13:59:51.261337912 +0100 @@ -57,10 +57,6 @@ // Inline functions for G1CollectedHeap -inline AllocationContextStats& G1CollectedHeap::allocation_context_stats() { - return _allocation_context_stats; -} - // Return the region with the given index. It assumes the index is valid. inline HeapRegion* G1CollectedHeap::region_at(uint index) const { return _hrm.at(index); }