unnecessary gthread-2.0 loading

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 26
    • 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 in JDK-8329471

            Assignee:
            Alexander Zvegintsev
            Reporter:
            Alexander Zvegintsev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: