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

test/compiler/jvmci/events/JvmciShutdownEventTest.java

Print this page

        

*** 25,38 **** * @test * @bug 8136421 * @requires vm.jvmci * @library /test/lib / * @modules java.base/jdk.internal.misc ! * @modules 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 compiler.jvmci.common.JVMCIHelpers * compiler.jvmci.events.JvmciShutdownEventListener * @run driver jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config * ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator --- 25,39 ---- * @test * @bug 8136421 * @requires vm.jvmci * @library /test/lib / * @modules java.base/jdk.internal.misc ! * @modules 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 compiler.jvmci.common.JVMCIHelpers * compiler.jvmci.events.JvmciShutdownEventListener * @run driver jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config * ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator
test/compiler/jvmci/events/JvmciShutdownEventTest.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File