8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
authorazvegint
Fri, 18 Jul 2014 13:53:33 +0400
changeset 25785 398d46f7cee1
parent 25784 656f7d3eef5f
child 25786 266ca40a0af2
8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash Reviewed-by: anthony, serb
jdk/src/solaris/native/sun/awt/gtk2_interface.c
--- a/jdk/src/solaris/native/sun/awt/gtk2_interface.c	Thu Jul 17 15:30:13 2014 +0400
+++ b/jdk/src/solaris/native/sun/awt/gtk2_interface.c	Fri Jul 18 13:53:33 2014 +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);
+        // 8048289: workaround for https://bugzilla.gnome.org/show_bug.cgi?id=733065
+        // dlclose(lib);
 
         return result;
     }