mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-03 19:48:46 +00:00
8381466: G1: Fix outdated name in G1Policy::decide_on_concurrent_start_pause
Reviewed-by: tschatzl
This commit is contained in:
parent
f3a1c67b1c
commit
d2c1907349
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user