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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.c86 jmethodID jListConstructor, jAdd, jModuleConstructor; local
102 jListConstructor = (*env)->GetMethodID(env, jListClass, "<init>", "()V");
104 jList = (*env)->NewObject(env, jListClass, jListConstructor);

Completed in 586 milliseconds