-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 17, 21, 25, 26
-
Component/s: client-libs
-
b09
-
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
-
Commit(master)
openjdk/jdk/05c63e80
-
Review(master)
openjdk/jdk/26172