Skip to content

Commit 37d04a1

Browse files
committed
8355512: Test compiler/vectorization/TestVectorZeroCount.java times out with -XX:TieredStopAtLevel=3
Reviewed-by: chagedorn, epeter
1 parent 2c034f5 commit 37d04a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hotspot/jtreg/compiler/vectorization/TestVectorZeroCount.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
/* @test
2525
* @bug 8349637
26+
* @requires vm.flavor == "server" & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
2627
* @summary Ensure that vectorization of numberOfLeadingZeros and numberOfTrailingZeros outputs correct values
2728
* @library /test/lib /
2829
* @run main/othervm compiler.vectorization.TestVectorZeroCount

0 commit comments

Comments
 (0)