< prev index next >

test/compiler/oracle/TestCompileCommand.java

Print this page

        

*** 23,42 **** /* * @test TestCompileCommand * @bug 8069389 * @summary Regression tests of -XX:CompileCommand ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run driver compiler.oracle.TestCompileCommand */ package compiler.oracle; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; public class TestCompileCommand { private static final String[][] ARGUMENTS = { { --- 23,42 ---- /* * @test TestCompileCommand * @bug 8069389 * @summary Regression tests of -XX:CompileCommand ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver compiler.oracle.TestCompileCommand */ package compiler.oracle; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class TestCompileCommand { private static final String[][] ARGUMENTS = { {
< prev index next >