From 522587219ef0cd01fed1ad52c82b376e595167b0 Mon Sep 17 00:00:00 2001 From: Christian Hagedorn Date: Thu, 21 Sep 2023 15:44:02 +0200 Subject: [PATCH] Only run test on 64-bit because match rule for Op_MulAddVS2VI is only defined on 64-bit --- .../hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java b/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java index c1c7e70eb9e3f..b98fc1f210947 100644 --- a/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java +++ b/test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java @@ -24,6 +24,7 @@ /** * @test * @bug 8310886 + * @requires vm.bits == "64" * @summary Test MulAddS2I vectorization. * @library /test/lib / * @run driver compiler.loopopts.superword.TestMulAddS2I