Re: RFR: 8296472: Remove a JVMTI ObjectLocker

2022-11-07 Thread Coleen Phillimore
On Mon, 7 Nov 2022 17:56:00 GMT, Alan Bateman wrote: >> This patch moves the acquisition of the boot class loader lock out of the >> JVM and into the Java function. >> Tested with tier1-4, and jvmti and jdi tests locally. > > src/java.base/share/classes/jdk/internal/loader/ClassLoaders.java line

Re: RFR: 8296472: Remove a JVMTI ObjectLocker

2022-11-07 Thread Alan Bateman
On Mon, 7 Nov 2022 17:07:01 GMT, Coleen Phillimore wrote: > This patch moves the acquisition of the boot class loader lock out of the JVM > and into the Java function. > Tested with tier1-4, and jvmti and jdi tests locally. src/java.base/share/classes/jdk/internal/loader/ClassLoaders.java line

RFR: 8296472: Remove a JVMTI ObjectLocker

2022-11-07 Thread Coleen Phillimore
This patch moves the acquisition of the boot class loader lock out of the JVM and into the Java function. Tested with tier1-4, and jvmti and jdi tests locally. - Commit messages: - 8296472: Remove a JVMTI ObjectLocker Changes: https://git.openjdk.org/jdk/pull/11023/files Webrev: h