RFR: 8343840: Rewrite the ObjectMonitor lists [v2]
Fredrik Bredberg
fbredberg at openjdk.org
Thu Feb 27 16:00:13 UTC 2025
On Wed, 26 Feb 2025 05:42:25 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update after review by David and Coleen.
>
> src/hotspot/share/runtime/objectMonitor.cpp line 172:
>
>> 170: // from the entry_list head. While walking the list we also assign
>> 171: // the prev pointers of each thread, essentially forming a doubly
>> 172: // linked list, see 2) below.
>
> Suggestion: have diagram 2 immediately follow this text so the reader doesn't have to jump down.
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23421#discussion_r1973880640
More information about the hotspot-dev
mailing list