test/compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java

test/compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java

Print this page

        

*** 28,43 **** * @library / /test/lib * @library ../common/patches * @modules java.base/jdk.internal.misc * java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.org.objectweb.asm.tree ! * jdk.vm.ci/jdk.vm.ci.hotspot ! * jdk.vm.ci/jdk.vm.ci.code ! * jdk.vm.ci/jdk.vm.ci.meta ! * jdk.vm.ci/jdk.vm.ci.runtime * ! * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @build compiler.jvmci.common.JVMCIHelpers * @run driver jdk.test.lib.FileInstaller ./JvmciNotifyBootstrapFinishedEventTest.config * ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator * @run driver ClassFileInstaller * compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler --- 28,44 ---- * @library / /test/lib * @library ../common/patches * @modules java.base/jdk.internal.misc * java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.org.objectweb.asm.tree ! * jdk.internal.vm.ci/jdk.vm.ci.hotspot ! * jdk.internal.vm.ci/jdk.vm.ci.code ! * jdk.internal.vm.ci/jdk.vm.ci.meta ! * jdk.internal.vm.ci/jdk.vm.ci.runtime ! * jdk.internal.vm.ci/jdk.vm.ci.services * ! * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @build compiler.jvmci.common.JVMCIHelpers * @run driver jdk.test.lib.FileInstaller ./JvmciNotifyBootstrapFinishedEventTest.config * ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator * @run driver ClassFileInstaller * compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
test/compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File