< prev index next >

src/hotspot/share/gc/g1/g1FullGCScope.cpp

Print this page
rev 47957 : 8191564: Refactor GC related servicability code into GC specific subclasses

*** 34,44 **** _timer(), _tracer(), _active(), _cpu_time(), _soft_refs(clear_soft, _g1h->collector_policy()), ! _memory_stats(true, _g1h->gc_cause()), _collector_stats(_g1h->g1mm()->full_collection_counters()), _heap_transition(_g1h) { _timer.register_gc_start(); _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); _g1h->pre_full_gc_dump(&_timer); --- 34,44 ---- _timer(), _tracer(), _active(), _cpu_time(), _soft_refs(clear_soft, _g1h->collector_policy()), ! _memory_stats(_g1h->major_mgr(), _g1h->gc_cause()), _collector_stats(_g1h->g1mm()->full_collection_counters()), _heap_transition(_g1h) { _timer.register_gc_start(); _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); _g1h->pre_full_gc_dump(&_timer);
< prev index next >