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

Fei Yang fyang at openjdk.org
Tue Nov 5 00:51:32 UTC 2024


On Mon, 4 Nov 2024 03:02:11 GMT, SendaoYan <syan 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

@sendaoYan @Hamlin-Li : Thanks for the review!

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

PR Comment: https://git.openjdk.org/jdk/pull/21847#issuecomment-2455994784


More information about the hotspot-dev mailing list