< prev index next >

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

Print this page

        

@@ -34,11 +34,11 @@
     _timer(),
     _tracer(),
     _active(),
     _cpu_time(),
     _soft_refs(clear_soft, _g1h->soft_ref_policy()),
-    _monitoring_scope(monitoring_support, true /* full_gc */, true /* all_memory_pools_affected */),
+    _monitoring_scope(monitoring_support, true /* full_gc */, false /* mixed_gc */),
     _heap_transition(_g1h) {
   _timer.register_gc_start();
   _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start());
   _g1h->pre_full_gc_dump(&_timer);
   _g1h->trace_heap_before_gc(&_tracer);
< prev index next >