RFR: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn

Feilong Jiang fjiang at openjdk.org
Mon Apr 7 14:26:49 UTC 2025


On Fri, 4 Apr 2025 02:38:57 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Hi, please review this small change fixing two jtreg tests.
> This issue menifests after https://github.com/openjdk/jdk/pull/24344 which auto detests and enables Zvkn extension.
> The two tests only considers "aes" feature string `!(vm.cpu.features ~= ".*aes.*")`. But the feature string is "zvkn" for linux-riscv64 platform.
> This adapts "@requires" of both tests considering the Zvkn feature of this platform. Both tests works as expected with qemu-system which is equipped with the Zvkn extension.

Thanks!

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

Marked as reviewed by fjiang (Committer).

PR Review: https://git.openjdk.org/jdk/pull/24433#pullrequestreview-2747031194


More information about the hotspot-compiler-dev mailing list