RFR: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Hamlin Li
mli at openjdk.org
Mon Apr 7 14:44: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 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.
Looks good!
-------------
Marked as reviewed by mli (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24433#pullrequestreview-2747100140
More information about the hotspot-compiler-dev
mailing list