-
Bug
-
Resolution: Unresolved
-
P4
-
11, 17, 21, 25, 26
-
linux
Callbacks in the src/java.desktop/unix/native/libawt_xawt/awt/screencast_portal.c file normally have the following pattern:
helper->isDone = TRUE;
callbackEnd();
// return
Failing to do so could result in a hang if another GTK loop is running (e.g., JavaFX seeJDK-8335468).
helper->isDone = TRUE;
callbackEnd();
// return
Failing to do so could result in a hang if another GTK loop is running (e.g., JavaFX see
- links to
-
Review(master) openjdk/jdk/26172