Skip to content

Commit e4e923a

Browse files
committed
8374195: TestReplaceNarrowPhiWithBottomPhi fails on ppc64 platforms in (fast)debug
Reviewed-by: mbaesken, jbechberger
1 parent 08450f2 commit e4e923a

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)