RFR: 8332360: JVM hangs at exit when running on a uniprocessor [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue May 21 18:54:15 UTC 2024
On Tue, 21 May 2024 17:55:12 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix comment
>
> src/hotspot/share/runtime/objectMonitor.cpp line 990:
>
>> 988: assert(owner_raw() != current, "invariant");
>> 989:
>> 990: // This thread has been notified so reacquire the lock.
>
> nit typo: s/so reacquire/so try to reacquire/
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19293#discussion_r1608816488
More information about the hotspot-runtime-dev
mailing list