RFR: 8190329: [macos] Swing InterOp Platform.exit() crash
Phil Race
prr at openjdk.org
Mon Aug 26 21:50:03 UTC 2024
On Mon, 26 Aug 2024 21:29:42 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Here is a Draft PR that fixes this in FX, if we decide to go that route: openjdk/jfx#1545
>>
>> I added three new regression tests. Two of them (including one that reproduces this crash) fail without the fix. All three pass with the fix.
>>
>> If you prefer, we can continue to explore whether or not to fix this in AWT in addition to or instead of the AWT fix.
>
>> If you prefer, we can continue to explore whether or not to fix this in AWT in addition to or instead of the AWT fix.
>
> typo: I meant "...in addition to or instead of the FX fix."
I am starting to think it best to do both of these. It will improve interop of both toolkits with other toolkits, besides each other, and you get the problem fixed no matter whether you have a fixed JDK or a fixed FX.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20688#discussion_r1731862756
More information about the client-libs-dev
mailing list