src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp

changeset 7159
e5668dcf12e9
parent 7118
227a9e5e4b4a
child 7535
7ae4e26cb1e0
child 7651
c132be0fb74d
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp	Wed Sep 10 19:05:54 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp	Wed Sep 10 13:01:13 2014 -0700
     1.3 @@ -37,6 +37,10 @@
     1.4  
     1.5  // Inline functions for G1CollectedHeap
     1.6  
     1.7 +inline AllocationContextStats& G1CollectedHeap::allocation_context_stats() {
     1.8 +  return _allocation_context_stats;
     1.9 +}
    1.10 +
    1.11  // Return the region with the given index. It assumes the index is valid.
    1.12  inline HeapRegion* G1CollectedHeap::region_at(uint index) const { return _hrm.at(index); }
    1.13  

mercurial