On Tue, 11 Aug 2026 10:14:31 GMT, Aleksey Shipilev <[email protected]> wrote:
>> Fredrik Bredberg has updated the pull request with a new target base due to
>> a merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains three additional
>> commits since the last revision:
>>
>> - Updated after review
>> - Merge branch 'master' into 8389325_remove_use_object_monitor_table_flag
>> - 8389325: Remove the UseObjectMonitorTable flag and related code
>
> src/hotspot/share/runtime/synchronizer.cpp line 2251:
>
>> 2249: if (mark.has_monitor()) {
>> 2250: ObjectMonitor* monitor;
>> 2251: monitor = read_caches(current, lock, obj);
>
> Nit: inline with the declaration one line above?
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32257#discussion_r3765090423