< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp

Print this page
rev 53926 : imported patch 8219748-add-and-use-timing-object

*** 26,40 **** --- 26,45 ---- #define SHARE_GC_G1_G1COLLECTEDHEAP_INLINE_HPP #include "gc/g1/g1BarrierSet.hpp" #include "gc/g1/g1CollectedHeap.hpp" #include "gc/g1/g1CollectorState.hpp" + #include "gc/g1/g1Policy.hpp" #include "gc/g1/heapRegionManager.inline.hpp" #include "gc/g1/heapRegionSet.inline.hpp" #include "gc/shared/taskqueue.inline.hpp" #include "runtime/orderAccess.hpp" + G1GCPhaseTimes* G1CollectedHeap::phase_times() const { + return _policy->phase_times(); + } + G1EvacStats* G1CollectedHeap::alloc_buffer_stats(InCSetState dest) { switch (dest.value()) { case InCSetState::Young: return &_survivor_evac_stats; case InCSetState::Old:
< prev index next >