RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v4]
duke
duke at openjdk.org
Wed Nov 5 01:33:56 UTC 2025
On Tue, 4 Nov 2025 07:12:36 GMT, erifan <duke at openjdk.org> wrote:
>> According the AD file, partial cases where `vector_length_in_bytes > 8` of the vector API `selectFrom` are not supported on the AArch64 SVE2 platform. But the test `TestSelectFromTwoVectorOp.java` didn't rule out these cases, leading to test faiulres on sve2 plaftforms where `MaxVectorSize > 16`.
>>
>> This test problem was discovered by simulating a 512-bit sve2 environment using qemu.
>>
>> This PR fixes these test failures.
>
> erifan has updated the pull request incrementally with one additional commit since the last revision:
>
> Add IR test rules for unsupported partial cases on aarch64
@erifan
Your change (at version 3147164fea8f373af331d5c8af980fd07d822511) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27723#issuecomment-3488709168
More information about the hotspot-compiler-dev
mailing list