RFR: 8332360: JVM hangs at exit when running on a uniprocessor [v2]
Daniel D. Daugherty
dcubed at openjdk.org
Tue May 21 18:00:04 UTC 2024
On Mon, 20 May 2024 12:54:13 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Restored the TryLock in the ReenterI (wait) case with a comment.
>>
>> Tested with tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix comment
Thumbs up. One minor nit 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/
-------------
Marked as reviewed by dcubed (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19293#pullrequestreview-2069267954
PR Review Comment: https://git.openjdk.org/jdk/pull/19293#discussion_r1608723267
More information about the hotspot-runtime-dev
mailing list