File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/hotspot/jtreg/compiler/jvmci
jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
*
36
36
* @build compiler.jvmci.common.JVMCIHelpers
37
37
* compiler.jvmci.events.JvmciShutdownEventListener
38
- * @run driver jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config
38
+ * @run main/othervm jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config
39
39
* ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator
40
- * @run driver jdk.test.lib.helpers.ClassFileInstaller
40
+ * @run main/othervm jdk.test.lib.helpers.ClassFileInstaller
41
41
* compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
42
42
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
43
43
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
Original file line number Diff line number Diff line change 31
31
* java.base/jdk.internal.misc
32
32
* @library /test/lib /compiler/jvmci/jdk.vm.ci.hotspot.test/src
33
33
* @build jdk.vm.ci.hotspot.test.DummyClass
34
- * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.vm.ci.hotspot.test.DummyClass
34
+ * @run main/othervm jdk.test.lib.helpers.ClassFileInstaller jdk.vm.ci.hotspot.test.DummyClass
35
35
* @run testng/othervm/timeout=300 -Xbootclasspath/a:.
36
36
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
37
37
* -XX:-UseJVMCICompiler jdk.vm.ci.hotspot.test.HotSpotConstantReflectionProviderTest
Original file line number Diff line number Diff line change 33
33
* jdk.internal.vm.ci/jdk.vm.ci.runtime
34
34
*
35
35
* @compile StableFieldTest.java
36
- * @run driver jdk.test.lib.helpers.ClassFileInstaller compiler.jvmci.meta.StableFieldTest
36
+ * @run main/othervm jdk.test.lib.helpers.ClassFileInstaller compiler.jvmci.meta.StableFieldTest
37
37
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler -Xbootclasspath/a:. compiler.jvmci.meta.StableFieldTest
38
38
*/
39
39
You can’t perform that action at this time.
0 commit comments