RFR: 8325883: Move Monitor Deflation reporting out of safepoint cleanup [v2]

Coleen Phillimore coleenp at openjdk.org
Thu Mar 28 16:07:33 UTC 2024


On Thu, 28 Mar 2024 14:08:13 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove old spin-locking comment
>
> src/hotspot/share/runtime/synchronizer.cpp line 1962:
> 
>> 1960: // we are trying to exit the VM. When we are trying to exit the VM, the
>> 1961: // list walker functions can run in parallel with the other list
>> 1962: // operations so spin-locking is used for safety.
> 
> Maybe get rid of the spin locking comments. Otherwise this looks great!

I updated this comment to remove the mention of spin-locking which I think it used to do.  Thanks!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18528#discussion_r1543231039


More information about the hotspot-runtime-dev mailing list