We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85d00f commit 3d4d9fdCopy full SHA for 3d4d9fd
test/hotspot/jtreg/compiler/codecache/MHIntrinsicAllocFailureTest.java
@@ -27,6 +27,7 @@
27
* @bug 8295724
28
* @requires vm.compMode == "Xmixed"
29
* @requires vm.opt.TieredCompilation == null | vm.opt.TieredCompilation == true
30
+ * @requires vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4
31
* @summary test allocation failure of method handle intrinsic in profiled/non-profiled space
32
* @library /test/lib
33
* @modules java.base/jdk.internal.misc
0 commit comments