From 889f906235e99b7207f2e30e1f6f5771188f5a56 Mon Sep 17 00:00:00 2001 From: Richard Reingruber Date: Mon, 11 Nov 2024 16:35:22 +0000 Subject: [PATCH] 8343774: Positive list platforms for ir checks of compiler/c2/TestCastX2NotProcessedIGVN.java Reviewed-by: fyang, amitkumar, roland --- test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java b/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java index 6ab45af39c5..086711085b4 100644 --- a/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java +++ b/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java @@ -62,7 +62,8 @@ public class TestCastX2NotProcessedIGVN { } @Test - @IR(counts = {IRNode.LOAD_VECTOR_I, "> 1"}) + @IR(counts = {IRNode.LOAD_VECTOR_I, "> 1"}, + applyIfPlatformOr = {"x64", "true", "aarch64", "true"}) public static int test2(int stop, int[] array) { int v = 0; stop = Math.min(stop, Integer.MAX_VALUE / 4);