jdk/src/solaris/classes/sun/nio/ch/KQueuePort.java
changeset 19607 bee007586d06
parent 12047 320a714614e9
child 22604 9b394795e216
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
   324     private static native void drain1(int fd) throws IOException;
   324     private static native void drain1(int fd) throws IOException;
   325 
   325 
   326     private static native void close0(int fd);
   326     private static native void close0(int fd);
   327 
   327 
   328     static {
   328     static {
   329         Util.load();
   329         IOUtil.load();
   330     }
   330     }
   331 }
   331 }