8273895: compiler/ciReplay/TestVMNoCompLevel.java fails due to wrong data size with TieredStopAtLevel=2,3

Reviewed-by: kvn, dlong
This commit is contained in:
Christian Hagedorn 2021-09-20 12:53:56 +00:00
parent d2388b7a0f
commit a561eac912

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