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

test/compiler/jvmci/compilerToVM/DebugOutputTest.java

Print this page

        

*** 26,37 **** * @bug 8136421 * @requires vm.jvmci * @library / /test/lib * @library ../common/patches * @modules java.base/jdk.internal.misc ! * @modules jdk.vm.ci/jdk.vm.ci.hotspot ! * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @run main/othervm compiler.jvmci.compilerToVM.DebugOutputTest */ // as soon as CODETOOLS-7901589 fixed, '@run main/othervm' should be replaced w/ '@run driver' --- 26,37 ---- * @bug 8136421 * @requires vm.jvmci * @library / /test/lib * @library ../common/patches * @modules java.base/jdk.internal.misc ! * @modules jdk.internal.vm.ci/jdk.vm.ci.hotspot ! * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @run main/othervm compiler.jvmci.compilerToVM.DebugOutputTest */ // as soon as CODETOOLS-7901589 fixed, '@run main/othervm' should be replaced w/ '@run driver'
test/compiler/jvmci/compilerToVM/DebugOutputTest.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File