Integrated: 8344548: Incorrect StartAggressiveSweepingAt doc for segmented code cache
Guanqiang Han
duke at openjdk.org
Tue Jul 8 11:52:49 UTC 2025
On Thu, 3 Jul 2025 11:29:02 GMT, Guanqiang Han <duke at openjdk.org> wrote:
> The flag StartAggressiveSweepingAt triggers aggressive code cache sweeping based on the percentage of free space in the entire code cache. The previous description referenced segmented vs non-segmented code cache, which is confusing and does not reflect the current implementation.
>
> This patch updates the flag description to clearly state that the threshold is based on the total code cache free percentage, regardless of segmentation.
This pull request has now been integrated.
Changeset: 27e6a4d2
Author: han gq <hanguanqiang at kylinos.cn>
Committer: Evgeny Astigeevich <eastigeevich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/27e6a4d2f7a4bdd12408e518e86aeb623f1c41bc
Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
8344548: Incorrect StartAggressiveSweepingAt doc for segmented code cache
Reviewed-by: kvn, eastigeevich
-------------
PR: https://git.openjdk.org/jdk/pull/26114
More information about the hotspot-compiler-dev
mailing list