From a488d7c481b2e21c49d1f3ed33b1cd394aa69606 Mon Sep 17 00:00:00 2001 From: Ramkumar Sunderbabu Date: Mon, 26 Jan 2026 13:59:56 +0530 Subject: [PATCH] simpler requires condition --- .../arguments/TestUseSHA3IntrinsicsWithUseSHADisabled.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/arguments/TestUseSHA3IntrinsicsWithUseSHADisabled.java b/test/hotspot/jtreg/compiler/arguments/TestUseSHA3IntrinsicsWithUseSHADisabled.java index 900c010295d..dd174656ac6 100644 --- a/test/hotspot/jtreg/compiler/arguments/TestUseSHA3IntrinsicsWithUseSHADisabled.java +++ b/test/hotspot/jtreg/compiler/arguments/TestUseSHA3IntrinsicsWithUseSHADisabled.java @@ -28,7 +28,7 @@ * on systems with AVX-512 support * @library /test/lib / * @requires vm.flagless - * @requires os.arch == "amd64" | os.arch == "x86_64" + * @requires os.simpleArch == "x64" * @requires vm.cpu.features ~= ".*avx512f.*" & vm.cpu.features ~= ".*avx512bw.*" * * @build jdk.test.whitebox.WhiteBox