< prev index next >

src/solaris/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

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