We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1934bd8 commit 27e6a4dCopy full SHA for 27e6a4d
src/hotspot/share/runtime/globals.hpp
@@ -1566,9 +1566,7 @@ const int ObjectAlignmentInBytes = 8;
1566
range(0.0, 100.0) \
1567
\
1568
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") \
+ "Start aggressive sweeping if less than X[%] of the total code cache is free.")\
1572
range(0, 100) \
1573
1574
/* interpreter debugging */ \
0 commit comments