From 36bb0e7703ab48dda6222e0a09472d6e300b071c Mon Sep 17 00:00:00 2001 From: Christian Hagedorn Date: Thu, 21 Sep 2023 15:48:20 +0200 Subject: [PATCH] Restrict test to aarch64 and x86_64 since match rule for Op_MulAddVS2VI is only defined on these platforms --- .../jtreg/compiler/loopopts/superword/TestMulAddS2I.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java b/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java index b98fc1f210947..290c13ae40875 100644 --- a/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java +++ b/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java @@ -24,7 +24,7 @@ /** * @test * @bug 8310886 - * @requires vm.bits == "64" + * @requires os.arch == "x86_64" | os.arch == "aarch64" * @summary Test MulAddS2I vectorization. * @library /test/lib / * @run driver compiler.loopopts.superword.TestMulAddS2I