RFR: 8343475: RISC-V: Test TestAESIntrinsicsOnUnsupportedConfig.java fails
SendaoYan
syan at openjdk.org
Sat Nov 2 14:28:32 UTC 2024
On Sat, 2 Nov 2024 13:31:35 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> Test `test/hotspot/jtreg/compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java` fails on linux-riscv64, the expected output is:
> `warning: AES instructions are not available on this CPU`
> or:
> `warning: AES intrinsics are not available on this CPU`
> But the actual output on linux-riscv64 both is:
> `warning: AES intrinsics require Zvkn extension (not available on this CPU).`
>
> This PR adopt the output for linux-riscv64. The change has been verified locally, test-fix only, no risk.
Duplicate to https://github.com/openjdk/jdk/pull/21847, close this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21849#issuecomment-2453007058
More information about the hotspot-compiler-dev
mailing list