Integrated: 8372977: unnecessary gthread-2.0 loading
Alexander Zvegintsev
azvegint at openjdk.org
Wed Dec 3 20:06:39 UTC 2025
On Wed, 3 Dec 2025 05:15:00 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> Actual usage of the gthread-2.0 was removed with GTK2 support in [JDK-8329471](https://bugs.openjdk.org/browse/JDK-8329471).
> But there are some leftovers, we are still loading it with GTK3, even though it was never used when it was added in [JDK-8164321](https://bugs.openjdk.org/browse/JDK-8164321).
>
> It wasn't an issue before, but some modern systems (e.g. openSUSE 16) don't provide the library.
> Because of this, we are unable to load GTK, which leads to Robot functionality requiring the Screencast or Remote Desktop API on Wayland not working.
This pull request has now been integrated.
Changeset: 5ea2b640
Author: Alexander Zvegintsev <azvegint at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5ea2b6402114d34465b2ad9e476ab8e36ddeea06
Stats: 27 lines in 2 files changed: 0 ins; 27 del; 0 mod
8372977: unnecessary gthread-2.0 loading
Reviewed-by: prr, kizune
-------------
PR: https://git.openjdk.org/jdk/pull/28625
More information about the client-libs-dev
mailing list