<AWT Dev> [8] Review request for JDK-8029923 Many Swing tests and SwingSet2 are failing under Solaris using GTK LaF - "Unable to load native GTK libraries"
Alexander Zvegintsev
alexander.zvegintsev at oracle.com
Wed Dec 11 08:31:22 PST 2013
Hello, AWT Team.
Please review the fix
http://cr.openjdk.java.net/~azvegint/jdk/8/8029923/webrev.00/
for the issue
https://bugs.openjdk.java.net/browse/JDK-8029923
Solaris 10 have glib 2.4.1 installed by default and glib_check_version()
is available since 2.6 [1]. So the fix is to ignore "symbol not found"
error.
[1]
https://developer.gnome.org/glib/2.32/glib-Version-Information.html#glib-check-version
--
--
Thanks,
Alexander.
More information about the awt-dev
mailing list