RFR: 8276915: Crash on iOS 15.1 in GlassRunnable::dealloc
Jose Pereda
jpereda at openjdk.java.net
Thu Nov 11 10:03:52 UTC 2021
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.
-------------
Commit messages:
- Avoid crash on iOS
Changes: https://git.openjdk.java.net/jfx/pull/665/files
Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=665&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8276915
Stats: 18 lines in 1 file changed: 4 ins; 13 del; 1 mod
Patch: https://git.openjdk.java.net/jfx/pull/665.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/665/head:pull/665
PR: https://git.openjdk.java.net/jfx/pull/665
More information about the openjfx-dev
mailing list