We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2388b7 commit a561eacCopy full SHA for a561eac
test/hotspot/jtreg/compiler/ciReplay/TestVMNoCompLevel.java
@@ -26,7 +26,8 @@
26
* @bug 8011675
27
* @library / /test/lib
28
* @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
+ * @requires vm.flightRecorder != true & vm.compMode != "Xint" & vm.debug == true &
30
+ * (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 1 | vm.opt.TieredStopAtLevel == 4)
31
* @modules java.base/jdk.internal.misc
32
* @build sun.hotspot.WhiteBox
33
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
0 commit comments