Integrated: 8343471: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8334999
Fei Yang
fyang at openjdk.org
Tue Nov 5 00:51:33 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.
This pull request has now been integrated.
Changeset: 20f3aaff
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/20f3aaff4470745ff082bc562f4e4e72044090b2
Stats: 19 lines in 1 file changed: 9 ins; 5 del; 5 mod
8343471: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8334999
Reviewed-by: syan, mli
-------------
PR: https://git.openjdk.org/jdk/pull/21847
More information about the hotspot-dev
mailing list