-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8, 11, 17, 21, 25, 26
-
Component/s: client-libs
-
b27
-
linux
gtk3_interface.c trying to load the gthread-2.0 library, but never actually uses it, so it can be removed.
Moreover, some modern systems do not have it, which prevents GTK from loading, e.g blocking some of the robot functionality on Wayland.
The dl_symbol_gthread was initially added to the gtk3_interface.c in JDK-8164321, but it was never used.
Actual usage of the gthread-2.0 was removed with GTK2 support inJDK-8329471
Moreover, some modern systems do not have it, which prevents GTK from loading, e.g blocking some of the robot functionality on Wayland.
The dl_symbol_gthread was initially added to the gtk3_interface.c in JDK-8164321, but it was never used.
Actual usage of the gthread-2.0 was removed with GTK2 support in
- links to
-
Commit(master)
openjdk/jdk/5ea2b640
-
Review(master)
openjdk/jdk/28625