Skip to content

Commit 5e751cc

Browse files
committed
8374195: TestReplaceNarrowPhiWithBottomPhi fails on ppc64 platforms in (fast)debug
1 parent f1c5041 commit 5e751cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/compiler/c2/TestReplaceNarrowPhiWithBottomPhi.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
/**
2525
* @test
26-
* @bug 8370200
26+
* @bug 8370200 8374195
27+
* @requires (os.arch != "ppc64") & (os.arch != "ppc64le")
2728
* @library /test/lib /
2829
* @run driver ${test.main.class}
2930
*/

0 commit comments

Comments
 (0)