On Fri, 20 Dec 2024 14:48:05 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> I did notice one thing in macOS while reviewing the changes in > `PlatformSupport.m`. The PlatformSupport object stays around after the > GlassApplication is terminated via finishTerminating. It will continue to > process platform events, including making Java upcalls even after the FX > toolkit is stopped. Correction: the listeners no longer get notified after the FX toolkit is stopped, perhaps due to the fix for[JDK-8335630](https://bugs.openjdk.org/browse/JDK-8335630). Needs more investigation. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1656#issuecomment-2557174418