Searched defs:Object_notifyAllMID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Djni_util.c952 static jmethodID Object_notifyAllMID; variable
1001 if (Object_notifyAllMID == NULL) {
1006 Object_notifyAllMID = (*env)->GetMethodID(env, cls,"notifyAll", "()V");
1007 if (Object_notifyAllMID == NULL) {
1011 (*env)->CallVoidMethod(env, object, Object_notifyAllMID);

Completed in 52 milliseconds