Skip to content

Commit cb5d79c

Browse files
committed
8273895: compiler/ciReplay/TestVMNoCompLevel.java fails due to wrong data size with TieredStopAtLevel=2,3
Backport-of: a561eac912740da6a5982c47558e13f34481219f
1 parent b3820b2 commit cb5d79c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/compiler/ciReplay/TestVMNoCompLevel.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
* @bug 8011675
2727
* @library / /test/lib
2828
* @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level
29-
* @requires vm.flightRecorder != true & vm.compMode != "Xint" & vm.debug == true
29+
* @requires vm.flightRecorder != true & vm.compMode != "Xint" & vm.debug == true &
30+
* (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 1 | vm.opt.TieredStopAtLevel == 4)
3031
* @modules java.base/jdk.internal.misc
3132
* @build sun.hotspot.WhiteBox
3233
* @run driver ClassFileInstaller sun.hotspot.WhiteBox

0 commit comments

Comments
 (0)