There is significant overhead in calling the JVM_DoPrivileged service
due to the aquisition of the jni handle block lock.
Extending the jni handle block cache can eliminate the aquire
and release of this lock.
due to the aquisition of the jni handle block lock.
Extending the jni handle block cache can eliminate the aquire
and release of this lock.
- relates to
-
JDK-4900152 performance of getStackAccessControlContext() needs to be improved
- Closed