8344548: Incorrect StartAggressiveSweepingAt doc for segmented code cache

Reviewed-by: kvn, eastigeevich
This commit is contained in:
han gq 2025-07-08 11:50:09 +00:00 committed by Evgeny Astigeevich
parent 1934bd8d2c
commit 27e6a4d2f7

View File

@ -1566,9 +1566,7 @@ const int ObjectAlignmentInBytes = 8;
range(0.0, 100.0) \
\
product(uintx, StartAggressiveSweepingAt, 10, \
"Start aggressive sweeping if X[%] of the code cache is free." \
"Segmented code cache: X[%] of the non-profiled heap." \
"Non-segmented code cache: X[%] of the total code cache") \
"Start aggressive sweeping if less than X[%] of the total code cache is free.")\
range(0, 100) \
\
/* interpreter debugging */ \