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 pull request has now been integrated. Changeset: d122ed00 Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/d122ed00557eeeb823a42e0c5503ab55f754e921 Stats: 18 lines in 1 file changed: 4 ins; 13 del; 1 mod 8276915: Crash on iOS 15.1 in GlassRunnable::dealloc Reviewed-by: jvos, kcr ------------- PR: https://git.openjdk.java.net/jfx/pull/665