On Tue, 21 Jul 2026 06:00:41 GMT, Xin Liu <[email protected]> wrote: >> JDK-8350035 is completely different bug and doesn't touch AreaOp code. >> >> This change in the original bug was only a part of memory optimization. > > thanks. > > JBS-8364373 is the reason this patch is backported to jdk25u > https://github.com/openjdk/jdk25u-dev/commit/5e0ded02045d22fc9d9475fcea98da876b10999b > > I try to understand whether the issue of JBS-8364373 is mitigated after we > remove MAX_LINK_COUNT.
The MAX_LINK_COUNT fix is not the important part of fix for JBS-8364373, but having it is causing a functional bug. So we are reverting the not important MAX_LINK_COUNT part of fix to solve the functional bug. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31971#discussion_r3619861127
