8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
Reviewed-by: dholmes
This commit is contained in:
parent
0038491abd
commit
8b4af46be4
@ -35,9 +35,9 @@
|
||||
*
|
||||
* @build compiler.jvmci.common.JVMCIHelpers
|
||||
* compiler.jvmci.events.JvmciShutdownEventListener
|
||||
* @run driver jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config
|
||||
* @run main/othervm jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config
|
||||
* ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller
|
||||
* @run main/othervm jdk.test.lib.helpers.ClassFileInstaller
|
||||
* compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
|
||||
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
|
||||
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
|
||||
|
@ -31,7 +31,7 @@
|
||||
* java.base/jdk.internal.misc
|
||||
* @library /test/lib /compiler/jvmci/jdk.vm.ci.hotspot.test/src
|
||||
* @build jdk.vm.ci.hotspot.test.DummyClass
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.vm.ci.hotspot.test.DummyClass
|
||||
* @run main/othervm jdk.test.lib.helpers.ClassFileInstaller jdk.vm.ci.hotspot.test.DummyClass
|
||||
* @run testng/othervm/timeout=300 -Xbootclasspath/a:.
|
||||
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
|
||||
* -XX:-UseJVMCICompiler jdk.vm.ci.hotspot.test.HotSpotConstantReflectionProviderTest
|
||||
|
@ -33,7 +33,7 @@
|
||||
* jdk.internal.vm.ci/jdk.vm.ci.runtime
|
||||
*
|
||||
* @compile StableFieldTest.java
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller compiler.jvmci.meta.StableFieldTest
|
||||
* @run main/othervm jdk.test.lib.helpers.ClassFileInstaller compiler.jvmci.meta.StableFieldTest
|
||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler -Xbootclasspath/a:. compiler.jvmci.meta.StableFieldTest
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user