RFR: 8343471: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8334999

SendaoYan syan at openjdk.org
Mon Nov 4 03:04:27 UTC 2024


On Sat, 2 Nov 2024 09:22:31 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Hi, please review this small change.
> 
> The test expects a message like `warning: AES instructions are not available on this CPU` for all cpu platforms without AES support. After https://bugs.openjdk.org/browse/JDK-8334999, we report this `warning: AES intrinsics require Zvkn extension (not available on this CPU)` on RISC-V platforms where `Zvkn` extension is not available. Patch fixes this message making it consistent with other CPU platforms. Same test passes with this fix.

/LGTM

-------------

Marked as reviewed by syan (Committer).

PR Review: https://git.openjdk.org/jdk/pull/21847#pullrequestreview-2412044383


More information about the hotspot-dev mailing list