From 75f028b46b245bdcbde8391af69020befda66b7d Mon Sep 17 00:00:00 2001 From: Emanuel Peter Date: Wed, 5 Mar 2025 10:01:26 +0000 Subject: [PATCH] 8348657: compiler/loopopts/superword/TestEquivalentInvariants.java timed out Reviewed-by: thartmann --- .../compiler/loopopts/superword/TestEquivalentInvariants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/loopopts/superword/TestEquivalentInvariants.java b/test/hotspot/jtreg/compiler/loopopts/superword/TestEquivalentInvariants.java index 09b087bee54..b3032b1fa4e 100644 --- a/test/hotspot/jtreg/compiler/loopopts/superword/TestEquivalentInvariants.java +++ b/test/hotspot/jtreg/compiler/loopopts/superword/TestEquivalentInvariants.java @@ -39,7 +39,7 @@ import java.lang.foreign.*; * i.e. where the invariants have the same summands, but in a different order. * @modules java.base/jdk.internal.misc * @library /test/lib / - * @run driver compiler.loopopts.superword.TestEquivalentInvariants + * @run driver/timeout=1200 compiler.loopopts.superword.TestEquivalentInvariants */ public class TestEquivalentInvariants {