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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c285 jclass jDestroyMutexClass; local
315 jDestroyMutexClass = (*env)->FindClass(env, CLASS_DESTROYMUTEX);
316 if (jDestroyMutexClass == NULL) { return rv; }
330 methodID = (*env)->GetMethodID(env, jDestroyMutexClass, "CK_DESTROYMUTEX", "(Ljava/lang/Object;)V");

Completed in 38 milliseconds