RFR: 8373595: A new ObjectMonitorTable implementation [v3]

Fredrik Bredberg fbredberg at openjdk.org
Fri Feb 13 13:08:26 UTC 2026


On Wed, 11 Feb 2026 17:43:59 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated shared code after review comments
>
> src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp line 465:
> 
>> 463:   Address gc_state(rthread, ShenandoahThreadLocalData::gc_state_offset());
>> 464:   __ lea(tmp, gc_state);
>> 465:   __ ldrb(tmp, Address(tmp));
> 
> Suggestion:
> 
>   __ ldrb(tmp, __ legitimize_address(gc_state, 1, tmp);

Fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29383#discussion_r2804128099


More information about the shenandoah-dev mailing list