diff --git a/src/jnienv.cpp b/src/jnienv.cpp index 027025b1e3..479fe9deb5 100644 --- a/src/jnienv.cpp +++ b/src/jnienv.cpp @@ -2212,7 +2212,7 @@ MonitorEnter(Thread* t, jobject o) void release0(Thread* t, object o) { - return acquire(t, o); + return release(t, o); } jint JNICALL