From e4e923a1ffc8ff059c983c7e9201d0ee3273482d Mon Sep 17 00:00:00 2001 From: Martin Doerr Date: Tue, 30 Dec 2025 09:49:05 +0000 Subject: [PATCH] 8374195: TestReplaceNarrowPhiWithBottomPhi fails on ppc64 platforms in (fast)debug Reviewed-by: mbaesken, jbechberger --- .../jtreg/compiler/c2/TestReplaceNarrowPhiWithBottomPhi.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/c2/TestReplaceNarrowPhiWithBottomPhi.java b/test/hotspot/jtreg/compiler/c2/TestReplaceNarrowPhiWithBottomPhi.java index 22b9b52d593..f01698c300f 100644 --- a/test/hotspot/jtreg/compiler/c2/TestReplaceNarrowPhiWithBottomPhi.java +++ b/test/hotspot/jtreg/compiler/c2/TestReplaceNarrowPhiWithBottomPhi.java @@ -23,7 +23,8 @@ /** * @test - * @bug 8370200 + * @bug 8370200 8374195 + * @requires (os.arch != "ppc64") & (os.arch != "ppc64le") * @library /test/lib / * @run driver ${test.main.class} */