Relates :
|
|
Relates :
|
The jni_SetField_probe_nh functions used to be called by JNI_QUICK_ENTRY that disallowed Handles, but JNI_QUICK_ENTRY was removed so that they do allow handles (and Handles are fine because JNI_ENTRY puts the thread in vm mode, which stops for safepoints). Remove the _nh versions. I didn't see this when I removed the ResetNoHandleMarks and comments in these functions.
|