RFR: 8344381: [s390x] Test failures with error: Register type is not known [v2]
Amit Kumar
amitkumar at openjdk.org
Mon Nov 18 13:32:59 UTC 2024
On Mon, 18 Nov 2024 13:20:31 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> suggestion from martin
>
> src/hotspot/cpu/s390/gc/shared/barrierSetAssembler_s390.cpp line 284:
>
>> 282: if (vs_reg->encoding() >= Z_V2->encoding() && vs_reg->encoding() <= Z_V31->encoding()) {
>> 283: reg_save_index += 2;
>> 284: Register spill_addr = Z_R0;
>
> Unused.
Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22197#discussion_r1846587368
More information about the hotspot-dev
mailing list