RFR: 8331126: [s390x] secondary_super_cache does not scale well [v6]
Amit Kumar
amitkumar at openjdk.org
Sun Jun 30 15:56:49 UTC 2024
On Sun, 30 Jun 2024 09:37:03 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add2reg -> z_la
>
> src/hotspot/cpu/s390/macroAssembler_s390.cpp line 3414:
>
>> 3412: #ifdef ASSERT
>> 3413: {
>> 3414: // r_result should have either 0 or 1 value
>
> What is this assert block for? `result` is either zero or nonzero, and there's no need for anything stronger.
Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19544#discussion_r1660206109
More information about the hotspot-dev
mailing list