Skip to content

Commit a561eac

Browse files
committedSep 20, 2021
8273895: compiler/ciReplay/TestVMNoCompLevel.java fails due to wrong data size with TieredStopAtLevel=2,3
Reviewed-by: kvn, dlong
1 parent d2388b7 commit a561eac

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 jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

0 commit comments

Comments
 (0)
Please sign in to comment.