< prev index next >

test/compiler/c2/6857159/Test6857159.java

Print this page

        

*** 29,39 **** * @library /testlibrary * @modules java.base/sun.misc * java.management */ ! import com.oracle.java.testlibrary.*; public class Test6857159 { public static void main(String[] args) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xbatch", "-XX:+PrintCompilation", "-XX:CompileOnly=Test$ct.run", "Test"); --- 29,39 ---- * @library /testlibrary * @modules java.base/sun.misc * java.management */ ! import jdk.test.lib.*; public class Test6857159 { public static void main(String[] args) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xbatch", "-XX:+PrintCompilation", "-XX:CompileOnly=Test$ct.run", "Test");
< prev index next >