< prev index next >

src/windows/classes/sun/nio/ch/FileDispatcher.java

Print this page
rev 1408 : 8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
Reviewed-by: chegar

@@ -35,11 +35,11 @@
 
 class FileDispatcher extends NativeDispatcher
 {
 
     static {
-        Util.load();
+        IOUtil.load();
     }
 
     int read(FileDescriptor fd, long address, int len)
         throws IOException
     {
< prev index next >