src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
changeset 49054 fa4c8865a4ff
parent 48961 120b61d50f85
child 49164 7e958a8ebcd3
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp	Thu Feb 22 14:16:18 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp	Fri Feb 23 09:38:33 2018 +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); }