--- old/src/hotspot/share/gc/shared/gcVMOperations.cpp 2020-07-03 17:41:23.355436209 +0200 +++ new/src/hotspot/share/gc/shared/gcVMOperations.cpp 2020-07-03 17:41:23.251434698 +0200 @@ -198,7 +198,7 @@ // At this point we are supposed to start a concurrent cycle. We // will do so if one is not already in progress. - bool should_start = g1h->policy()->force_initial_mark_if_outside_cycle(_gc_cause); + bool should_start = g1h->policy()->force_concurrent_start_if_outside_cycle(_gc_cause); if (should_start) { double pause_target = g1h->policy()->max_pause_time_ms();