< prev index next >

test/hotspot/jtreg/runtime/condy/escapeAnalysis/TestEscapeCondy.java

Print this page
rev 59076 : [mq]: 8243945

*** 29,39 **** * @modules java.base/jdk.internal.misc * @library /test/lib * @compile TestEscapeThroughInvokeWithCondy$A.jasm * @compile TestEscapeThroughInvokeWithCondy.jasm * @compile TestEscapeCondy.java ! * @run main/othervm TestEscapeCondy */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.compiler.InMemoryJavaCompiler; --- 29,39 ---- * @modules java.base/jdk.internal.misc * @library /test/lib * @compile TestEscapeThroughInvokeWithCondy$A.jasm * @compile TestEscapeThroughInvokeWithCondy.jasm * @compile TestEscapeCondy.java ! * @run driver TestEscapeCondy */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.compiler.InMemoryJavaCompiler;
< prev index next >