RFR: 8320318: ObjectMonitor Responsible thread [v2]

Fredrik Bredberg fbredberg at openjdk.org
Tue Sep 17 13:18:13 UTC 2024


On Mon, 16 Sep 2024 16:05:25 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:

>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update one, after the review
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19454#discussion_r1763230029


More information about the hotspot-dev mailing list