jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
changeset 28663 5bedcbb25c5f
parent 25859 3317bb8137f4
child 28681 fc0698dfbb23
equal deleted inserted replaced
28662:efd0203db371 28663:5bedcbb25c5f
    46     CHECK_NULL(cls);
    46     CHECK_NULL(cls);
    47     isa_class = (*env)->NewGlobalRef(env, cls);
    47     isa_class = (*env)->NewGlobalRef(env, cls);
    48     isa_ctorID = (*env)->GetMethodID(env, cls, "<init>",
    48     isa_ctorID = (*env)->GetMethodID(env, cls, "<init>",
    49                                      "(Ljava/net/InetAddress;I)V");
    49                                      "(Ljava/net/InetAddress;I)V");
    50 
    50 
       
    51     initInetAddressIDs(env);
       
    52 
    51     // implement read timeout with select.
    53     // implement read timeout with select.
    52     isRcvTimeoutSupported = 0;
    54     isRcvTimeoutSupported = 0;
    53 }
    55 }
    54 
    56 
    55 /*
    57 /*