jdk/src/share/classes/sun/nio/ch/Net.java
changeset 19607 bee007586d06
parent 18212 22f8c33b0690
child 22604 9b394795e216
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
   580     static native int getInterface6(FileDescriptor fd) throws IOException;
   580     static native int getInterface6(FileDescriptor fd) throws IOException;
   581 
   581 
   582     private static native void initIDs();
   582     private static native void initIDs();
   583 
   583 
   584     static {
   584     static {
   585         Util.load();
   585         IOUtil.load();
   586         initIDs();
   586         initIDs();
   587     }
   587     }
   588 
   588 
   589 }
   589 }