8381466: G1: Fix outdated name in G1Policy::decide_on_concurrent_start_pause

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2026-04-01 14:20:53 +00:00
parent f3a1c67b1c
commit d2c1907349

View File

@ -1256,7 +1256,7 @@ void G1Policy::decide_on_concurrent_start_pause() {
// We are about to decide on whether this pause will be a
// concurrent start pause.
// First, collector_state()->in_concurrent_start_gc() should not be already set. We
// First, collector_state()->is_in_concurrent_start_gc() should not already be set. We
// will set it here if we have to. However, it should be cleared by
// the end of the pause (it's only set for the duration of a
// concurrent start pause).