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

Fei Yang fyang at openjdk.org
Tue Apr 8 01:39:57 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 consider `aes` feature string, like `!(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 equipped with the Zvkn extension.

Thanks for the review!

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

PR Comment: https://git.openjdk.org/jdk/pull/24433#issuecomment-2785010532


More information about the hotspot-compiler-dev mailing list