--- old/src/solaris/native/sun/awt/gtk2_interface.c 2014-07-16 20:27:39.322158872 +0400 +++ new/src/solaris/native/sun/awt/gtk2_interface.c 2014-07-16 20:27:39.190158869 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -433,7 +433,8 @@ result = TRUE; } - dlclose(lib); + // workaround for https://bugzilla.gnome.org/show_bug.cgi?id=733065 + // dlclose(lib); return result; }