From c6bac710978d9e1d4abb4c1d1dc76ae430ba1a74 Mon Sep 17 00:00:00 2001 From: Richard Reingruber Date: Fri, 8 Nov 2024 11:19:36 +0100 Subject: [PATCH] Exclude ppc64 --- test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java b/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java index 6ab45af39c5a1..e38b314ffeda1 100644 --- a/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java +++ b/test/hotspot/jtreg/compiler/c2/TestCastX2NotProcessedIGVN.java @@ -30,6 +30,7 @@ * @test * @bug 8343068 * @summary C2: CastX2P Ideal transformation not always applied + * @requires os.arch != "ppc64le" & os.arch != "ppc64" * @modules java.base/jdk.internal.misc * @library /test/lib / * @run driver compiler.c2.TestCastX2NotProcessedIGVN