RFR: 8320318: ObjectMonitor Responsible thread [v3]
Fredrik Bredberg
fbredberg at openjdk.org
Wed Sep 25 14:18:56 UTC 2024
On Thu, 19 Sep 2024 19:44:26 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update two, after the review
>
> src/hotspot/share/runtime/objectMonitor.cpp line 582:
>
>> 580: return TryLockResult::Interference;
>> 581: }
>> 582: if (TryLockWithContentionMark(current, contention_mark)) {
>
> I like this rename. It's consistent with the camel case that we want to change all at once someday.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19454#discussion_r1775314576
More information about the hotspot-dev
mailing list