jdk/src/solaris/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java
changeset 19607 bee007586d06
parent 18212 22f8c33b0690
child 22604 9b394795e216
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
   746     // -- Native methods --
   746     // -- Native methods --
   747 
   747 
   748     private static native void checkConnect(int fdVal) throws IOException;
   748     private static native void checkConnect(int fdVal) throws IOException;
   749 
   749 
   750     static {
   750     static {
   751         Util.load();
   751         IOUtil.load();
   752     }
   752     }
   753 }
   753 }