6903893: Fix failed for CR 6834576: RemoveChild/ test fail with deadlock on rhel and sles
authordav
Wed, 09 Dec 2009 14:33:55 +0300
changeset 4376 61cb05d6efa2
parent 4375 dc92e241ccea
child 4377 1411f4ebf52e
6903893: Fix failed for CR 6834576: RemoveChild/ test fail with deadlock on rhel and sles Reviewed-by: dcherepanov, art
jdk/src/solaris/classes/sun/awt/X11/XToolkit.java
--- a/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java	Wed Dec 09 14:02:48 2009 +0300
+++ b/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java	Wed Dec 09 14:33:55 2009 +0300
@@ -1449,7 +1449,7 @@
      * (which is assigned to the virtual pointer) reports the maximum
      * capabilities of the mouse pointer (i.e. 32 physical buttons).
      */
-    private native synchronized int getNumberOfButtonsImpl();
+    private native int getNumberOfButtonsImpl();
 
     @Override
     public int getNumberOfButtons(){