< prev index next >

test/compiler/oracle/TestCompileCommand.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 19,43 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - import java.io.PrintWriter; - import java.io.File; - - import jdk.test.lib.*; - /* * @test TestCompileCommand * @bug 8069389 ! * @summary "Regression tests of -XX:CompileCommand" * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management ! * @run main TestCompileCommand */ public class TestCompileCommand { private static final String[][] ARGUMENTS = { { "-XX:CompileCommand=print,*01234567890123456789012345678901234567890123456789.*0123456789012345678901234567890123456789", --- 19,43 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @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 = { { "-XX:CompileCommand=print,*01234567890123456789012345678901234567890123456789.*0123456789012345678901234567890123456789",
< prev index next >