RFR: 8351655: Optimize ObjectMonitor::unlink_after_acquire() [v3]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Fri Mar 21 14:12:11 UTC 2025
On Fri, 21 Mar 2025 09:23:35 GMT, Fredrik Bredberg <fbredberg at openjdk.org> wrote:
>> This PR implements an optimization of `ObjectMonitor::unlink_after_acquire()`. If it's possible it only converts the first part (the singly linked part) of the `entry_list` into a doubly linked list and leave the _entry_list_tail pointer untouched.
>>
>> It has passed tier1-tier8 tests.
>
> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>
> Second update after review
Thanks, looks good to me.
-------------
Marked as reviewed by pchilanomate (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24078#pullrequestreview-2706101947
More information about the hotspot-runtime-dev
mailing list