RFR: 8338658: New Object to ObjectMonitor mapping: s390x implementation [v2]
Amit Kumar
amitkumar at openjdk.org
Wed Sep 4 12:42:19 UTC 2024
On Wed, 4 Sep 2024 07:20:35 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> s390x implementation of [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884) New Object to ObjectMonitor mapping;
>>
>> Testing:
>> - tier1-test (fastdebug)
>> - tier1-test with UseObjectMonitorTable (fastdebug)
>> - tier1-test with UseObjectMonitorTable (release)
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> review comments
src/hotspot/cpu/s390/macroAssembler_s390.cpp line 6030:
> 6028: z_lghi(top, 0); // tmp1 is free at this point
> 6029: z_stg(top, om_cache_addr);
> 6030: }
@RealLucy should I remove the else Part ? I tested on tier1 and it is not being executed, So maybe safe to remove ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20740#discussion_r1743710586
More information about the hotspot-dev
mailing list