< prev index next >

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

Print this page

        

*** 33,43 **** _svc_marker(SvcGCMarker::FULL), _timer(), _tracer(), _active(), _cpu_time(), ! _soft_refs(clear_soft, _g1h->collector_policy()), _memory_stats(memory_manager, _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()); --- 33,43 ---- _svc_marker(SvcGCMarker::FULL), _timer(), _tracer(), _active(), _cpu_time(), ! _soft_refs(clear_soft, _g1h->soft_ref_policy()), _memory_stats(memory_manager, _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());
< prev index next >