mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 09:35:16 +00:00
8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Reviewed-by: fjiang, mli
This commit is contained in:
parent
b64cdc2813
commit
80ff7b9c94
@ -26,7 +26,7 @@
|
||||
* @library /test/lib /
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @requires vm.cpu.features ~= ".*aes.*" & !vm.graal.enabled
|
||||
* @requires (vm.cpu.features ~= ".*aes.*" | vm.cpu.features ~= ".*zvkn.*") & !vm.graal.enabled
|
||||
* @build jdk.test.whitebox.WhiteBox
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
|
||||
* @run main/othervm/timeout=600 -Xbootclasspath/a:.
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
* java.management
|
||||
*
|
||||
* @build jdk.test.whitebox.WhiteBox
|
||||
* @requires !(vm.cpu.features ~= ".*aes.*")
|
||||
* @requires !(vm.cpu.features ~= ".*aes.*" | vm.cpu.features ~= ".*zvkn.*")
|
||||
* @requires vm.compiler1.enabled | !vm.graal.enabled
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
|
||||
@ -109,12 +109,13 @@ public class IREncodingPrinter {
|
||||
"asimd",
|
||||
"sve",
|
||||
"sve2",
|
||||
// Riscv64
|
||||
// RISCV64
|
||||
"rvv",
|
||||
"zbkb",
|
||||
"zfh",
|
||||
"zvbb",
|
||||
"zvfh"
|
||||
"zvfh",
|
||||
"zvkn"
|
||||
));
|
||||
|
||||
public IREncodingPrinter() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user