--- old/src/hotspot/share/gc/g1/g1FullGCScope.cpp 2018-10-08 18:33:15.000000000 -0400 +++ new/src/hotspot/share/gc/g1/g1FullGCScope.cpp 2018-10-08 18:33:14.000000000 -0400 @@ -36,7 +36,7 @@ _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());