<div data-ntes="ntes_mail_body_root" style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">Hi all,<div><br></div><div><p dir="auto" style="box-sizing: border-box; margin-bottom: 16px; color: rgb(31, 35, 40); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; margin-top: 0px !important;"><span style="font-family: Arial;">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.</span></p><p dir="auto" style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(31, 35, 40); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";"><span style="font-family: Arial;">This patch updates the flag description to clearly state that the threshold is based on the total code cache free percentage, regardless of segmentation.</span></p></div><div><pre style="width: 1192.44px; word-break: break-word !important;">Commit messages:
- 8344548: Incorrect StartAggressiveSweepingAt doc for segmented code cache
Changes: <a href="https://github.com/openjdk/jdk/pull/26114/files" _src="https://github.com/openjdk/jdk/pull/26114/files">https://github.com/openjdk/jdk/pull/26114/files</a>
Webrev: <a href="https://openjdk.github.io/cr/?repo=jdk&pr=26114&range=00" _src="https://openjdk.github.io/cr/?repo=jdk&pr=26114&range=00">https://openjdk.github.io/cr/?repo=jdk&pr=26114&range=00</a>
Issue: <a href="https://bugs.openjdk.org/browse/JDK-8344548" _src="https://bugs.openjdk.org/browse/JDK-8344548">https://bugs.openjdk.org/browse/JDK-8344548</a>
Patch: <a href="https://git.openjdk.org/jdk/pull/26114.diff" rel="nofollow" style="box-sizing: border-box; color: rgb(9, 105, 218); text-underline-offset: 0.2rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; white-space-collapse: collapse;">https://git.openjdk.org/jdk/pull/26114.diff</a>
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26114/head:pull/26114
PR: <a href="https://github.com/openjdk/jdk/pull/26114" _src="https://github.com/openjdk/jdk/pull/26114">https://github.com/openjdk/jdk/pull/26114</a>
BR</pre></div></div>