RFR: 8343398: Add reducedData preference [v10]

Kevin Rushforth kcr at openjdk.org
Fri Dec 20 15:03:56 UTC 2024


On Fri, 20 Dec 2024 14:48:05 GMT, Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list