On Tue, 21 Jul 2026 03:08:35 GMT, Jayathirth D V <[email protected]> wrote:
>> src/java.desktop/share/classes/sun/awt/geom/AreaOp.java line 419:
>>
>>> 417: // intermediate subcurves to optimize memory footprint
>>> 418: if (linkCount >= MAX_LINK_COUNT) {
>>> 419: consumeSubCurves(subcurves, chains, ret);
>>
>> If we revert this change, do we mitigate JDK-8350035? (I can't access it)
>> or this was just an optimization of memory?
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31971#discussion_r3619799249