diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 6e4074d756e..41520442cd4 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -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 */ \