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

Fei Yang fyang at openjdk.org
Tue Apr 8 01:39:58 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.

This pull request has now been integrated.

Changeset: 80ff7b9c
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/80ff7b9c9406c7845ecb3bc40910e92ccdd23ff2
Stats:     5 lines in 3 files changed: 1 ins; 0 del; 4 mod

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

Reviewed-by: fjiang, mli

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

PR: https://git.openjdk.org/jdk/pull/24433


More information about the hotspot-compiler-dev mailing list