Print this page
*** NO COMMENTS ***

@@ -841,11 +841,11 @@
     private native boolean nativeSyncQueue(long timeout);
 
     /**
      * Just spin a single empty block synchronously.
      */
-    private static native void flushNativeSelectors();
+    static native void flushNativeSelectors();
 
     @Override
     public Clipboard createPlatformClipboard() {
         return new CClipboard("System");
     }