jdk/src/windows/classes/sun/nio/ch/FileKey.java
changeset 19607 bee007586d06
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
    71 
    71 
    72     private native void init(FileDescriptor fd) throws IOException;
    72     private native void init(FileDescriptor fd) throws IOException;
    73     private static native void initIDs();
    73     private static native void initIDs();
    74 
    74 
    75     static {
    75     static {
       
    76         IOUtil.load();
    76         initIDs();
    77         initIDs();
    77     }
    78     }
    78 }
    79 }