jdk/src/share/classes/sun/nio/ch/SocketChannelImpl.java
changeset 19607 bee007586d06
parent 18212 22f8c33b0690
child 22604 9b394795e216
child 22339 e91bfaf4360d
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
  1022 
  1022 
  1023     private static native int sendOutOfBandData(FileDescriptor fd, byte data)
  1023     private static native int sendOutOfBandData(FileDescriptor fd, byte data)
  1024         throws IOException;
  1024         throws IOException;
  1025 
  1025 
  1026     static {
  1026     static {
  1027         Util.load();
  1027         IOUtil.load();
  1028         nd = new SocketDispatcher();
  1028         nd = new SocketDispatcher();
  1029     }
  1029     }
  1030 
  1030 
  1031 }
  1031 }