8316699: TestDynamicConstant.java fails with release VMs

Reviewed-by: dholmes
This commit is contained in:
Jie Fu 2023-09-22 02:14:52 +00:00
parent a1e03463ac
commit 775e22a8a6

View File

@ -33,7 +33,7 @@
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler
* jdk.vm.ci.hotspot.test.TestDynamicConstant
* @run testng/othervm
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler -XX:UseBootstrapCallInfo=3
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3
* jdk.vm.ci.hotspot.test.TestDynamicConstant
*/