Re: RFR: 8343475: RISC-V: Test TestAESIntrinsicsOnUnsupportedConfig.java fails

2024-11-02 Thread SendaoYan
On Sat, 2 Nov 2024 13:31:35 GMT, SendaoYan 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 a

RFR: 8343475: RISC-V: Test TestAESIntrinsicsOnUnsupportedConfig.java fails

2024-11-02 Thread SendaoYan
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-riscv