RFR: 8273485: Deadlock when also using Swing and exiting Fullscreen on Mac [v8]

Florian Kirmaier fkirmaier at openjdk.java.net
Thu Jun 9 07:55:47 UTC 2022


On Thu, 14 Oct 2021 17:14:11 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   JDK-8273485
>>   Added check for null when calling initScreens
>
> modules/javafx.graphics/src/main/native-glass/mac/GlassViewDelegate.m line 1349:
> 
>> 1347:             [self->nativeFullScreenModeWindow performSelector:@selector(toggleFullScreen:) withObject:nil];
>> 1348:             // wait until the operation is complete
>> 1349:             [GlassApplication enterFullScreenExitingLoop];
> 
> You will need to restore the call to `toggleFullScreen` in order to support exiting from full-screen.

This was further discussed in the discussion below. So this is no longer up to date and therefore resolved.

-------------

PR: https://git.openjdk.java.net/jfx/pull/622


More information about the openjfx-dev mailing list