jdk/src/windows/classes/sun/nio/ch/SocketDispatcher.java
changeset 19607 bee007586d06
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
19606:6c846d61ba2f 19607:bee007586d06
    34 
    34 
    35 class SocketDispatcher extends NativeDispatcher
    35 class SocketDispatcher extends NativeDispatcher
    36 {
    36 {
    37 
    37 
    38     static {
    38     static {
    39         Util.load();
    39         IOUtil.load();
    40     }
    40     }
    41 
    41 
    42     int read(FileDescriptor fd, long address, int len) throws IOException {
    42     int read(FileDescriptor fd, long address, int len) throws IOException {
    43         return read0(fd, address, len);
    43         return read0(fd, address, len);
    44     }
    44     }