-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
b25
The JVM code takes out a system class loader lock in object locker then calls a function in that class loader for JVMTI. It could just make that function synchronized and not take the lock out in the C++ code.
- csr for
-
JDK-8297169 Remove ObjectLocker around appendToClassPathForInstrumentation call
- Closed
- relates to
-
JDK-8296492 Remove ObjectLocker in JVMTI get_subgroups call
- Resolved