Skip to content

Commit d08c9f7

Browse files
author
Satyen Subramaniam
committed
8355512: Test compiler/vectorization/TestVectorZeroCount.java times out with -XX:TieredStopAtLevel=3
Backport-of: 37d04a1e365d005afec3651c5e25fdceeceb9313
1 parent dce29c3 commit d08c9f7

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)