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

/openjdk7/jdk/src/share/native/common/
H A Djni_util.c951 static jmethodID Object_notifyMID; variable
981 if (Object_notifyMID == NULL) {
986 Object_notifyMID = (*env)->GetMethodID(env, cls, "notify", "()V");
987 if (Object_notifyMID == NULL) {
991 (*env)->CallVoidMethod(env, object, Object_notifyMID);

Completed in 1597 milliseconds