On Mon, 18 Oct 2021 08:20:22 GMT, Florian Kirmaier <fkirma...@openjdk.org> wrote:
>> When using Swing it's possible to generate a Deadlock. >> It's related to the nested eventloop started in enterFullScreenExitingLoop >> - and the RenderLock aquired when using setView in Scene. >> Sample Programm and Threaddump are added to the ticket. >> >> Removing the nested loop fixes the Problem. >> I hope this doesn't have any side effect - so far i don't know of any. > > Florian Kirmaier has updated the pull request incrementally with one > additional commit since the last revision: > > JDK-8273485 > Fixing toggle fullscreen! I still see the exception described in [this comment](#issuecomment-943406855) when the application calls `Platform.exit()` while in full screen. I am running on macOS 10.15.7. I'll try it on macOS 11.x as well. ------------- PR: https://git.openjdk.java.net/jfx/pull/622