< prev index next >

test/compiler/oracle/CheckCompileCommandOption.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 CheckCompileCommandOption * @bug 8055286 8056964 8059847 8069035 - * @summary "Checks parsing of -XX:CompileCommand=option" * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management ! * @run main CheckCompileCommandOption */ public class CheckCompileCommandOption { // Currently, two types of trailing options can be used with // -XX:CompileCommand=option // --- 19,45 ---- * 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 CheckCompileCommandOption + * @summary Checks parsing of -XX:CompileCommand=option * @bug 8055286 8056964 8059847 8069035 * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management ! * @run driver compiler.oracle.CheckCompileCommandOption */ + package compiler.oracle; + + import jdk.test.lib.OutputAnalyzer; + import jdk.test.lib.ProcessTools; + + import java.io.File; + public class CheckCompileCommandOption { // Currently, two types of trailing options can be used with // -XX:CompileCommand=option //
< prev index next >