jdk/src/solaris/classes/sun/nio/ch/SolarisEventPort.java
changeset 19607 bee007586d06
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
   258      */
   258      */
   259     static native void port_close(int port);
   259     static native void port_close(int port);
   260 
   260 
   261 
   261 
   262     static {
   262     static {
   263         Util.load();
   263         IOUtil.load();
   264     }
   264     }
   265 }
   265 }