RFR: 8276915: Crash on iOS 15.1 in GlassRunnable::dealloc
Johan Vos
jvos at openjdk.java.net
Thu Nov 11 10:16:40 UTC 2021
On Thu, 11 Nov 2021 09:57:21 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> After https://bugs.openjdk.java.net/browse/JDK-8275723 and the fix applied to `GlassApplication.m` for macOS, this PR is a follow-up and applies the same fix to `GlassApplication.m` on iOS to prevent the crash.
>
> I've only tested on iOS 15.0 building from macOS 11.6, but it should fix the crash when building from macOS 12.
This is the same fix as is done in JDK-8275723 which is working well.
Only iOS specific code is impacted, so this is a safe patch.
-------------
Marked as reviewed by jvos (Reviewer).
PR: https://git.openjdk.java.net/jfx/pull/665
More information about the openjfx-dev
mailing list