From 27e6a4d2f7a4bdd12408e518e86aeb623f1c41bc Mon Sep 17 00:00:00 2001 From: han gq Date: Tue, 8 Jul 2025 11:50:09 +0000 Subject: [PATCH] 8344548: Incorrect StartAggressiveSweepingAt doc for segmented code cache Reviewed-by: kvn, eastigeevich --- src/hotspot/share/runtime/globals.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 */ \