Skip to content

Commit 27e6a4d

Browse files
hgqxjjEvgeny Astigeevich
authored andcommitted
8344548: Incorrect StartAggressiveSweepingAt doc for segmented code cache
Reviewed-by: kvn, eastigeevich
1 parent 1934bd8 commit 27e6a4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hotspot/share/runtime/globals.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,9 +1566,7 @@ const int ObjectAlignmentInBytes = 8;
15661566
range(0.0, 100.0) \
15671567
\
15681568
product(uintx, StartAggressiveSweepingAt, 10, \
1569-
"Start aggressive sweeping if X[%] of the code cache is free." \
1570-
"Segmented code cache: X[%] of the non-profiled heap." \
1571-
"Non-segmented code cache: X[%] of the total code cache") \
1569+
"Start aggressive sweeping if less than X[%] of the total code cache is free.")\
15721570
range(0, 100) \
15731571
\
15741572
/* interpreter debugging */ \

0 commit comments

Comments
 (0)