RFR: 8320318: ObjectMonitor Responsible thread [v2]
Fredrik Bredberg
fbredberg at openjdk.org
Wed Sep 18 18:29:24 UTC 2024
On Tue, 17 Sep 2024 13:15:33 GMT, Fredrik Bredberg <fbredberg at openjdk.org> wrote:
>> src/hotspot/share/runtime/objectMonitor.cpp line 1267:
>>
>>> 1265: return;
>>> 1266: }
>>> 1267: }
>>
>> Can't we replace all this code for a call to TryLock?
>
> I think we can. Thanks for the suggestion.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19454#discussion_r1765516816
More information about the hotspot-dev
mailing list