Skip to content

Commit 3d4d9fd

Browse files
committedDec 20, 2022
8298947: compiler/codecache/MHIntrinsicAllocFailureTest.java fails intermittently
Reviewed-by: kvn, chagedorn
1 parent e85d00f commit 3d4d9fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/hotspot/jtreg/compiler/codecache/MHIntrinsicAllocFailureTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* @bug 8295724
2828
* @requires vm.compMode == "Xmixed"
2929
* @requires vm.opt.TieredCompilation == null | vm.opt.TieredCompilation == true
30+
* @requires vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4
3031
* @summary test allocation failure of method handle intrinsic in profiled/non-profiled space
3132
* @library /test/lib
3233
* @modules java.base/jdk.internal.misc

0 commit comments

Comments
 (0)
Please sign in to comment.