Re: RFR: 8296492: Remove ObjectLocker in JVMTI get_subgroups call [v3]

2022-11-08 Thread Alan Bateman
On Tue, 8 Nov 2022 13:06:50 GMT, Coleen Phillimore wrote: >> The JVM code took a ThreadGroup lock before poking into ThreadGroup fields. >> Call a method in the ThreadGroup to call the synchronized method instead. >> Tested with tier 1-4. > > Coleen Phillimore has updated the pull request incre

Re: RFR: 8296492: Remove ObjectLocker in JVMTI get_subgroups call [v3]

2022-11-08 Thread Coleen Phillimore
> The JVM code took a ThreadGroup lock before poking into ThreadGroup fields. > Call a method in the ThreadGroup to call the synchronized method instead. > Tested with tier 1-4. Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision: f