Searched refs:ia4_ctor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c69 static jmethodID ia4_ctor; variable
415 ia4_ctor = (*env)->GetMethodID(env, ia4_clazz, "<init>", "()V");
416 CHECK_NULL(ia4_ctor);

Completed in 40 milliseconds