On Thu, 11 Nov 2021 09:57:21 GMT, Jose Pereda <jper...@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