Etienne wrote: > Here's what the JNI spec says about it: > > MonitorExit > > Prototype jint MonitorExit(JNIEnv *env, jobject obj); > > ... > > Native code must not use MonitorExit to exit a monitor entered through > a synchronized method or a monitorenter Java virtual machine > instruction.
Well that is what is in the JNI book. Unfortunately the actual JNI specification does not include that paragraph. It *should* in my view, but it doesn't. David Holmes _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

