< prev index next >

test/compiler/startup/StartupOutput.java

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

*** 26,38 **** * @bug 8026949 * @summary Test ensures correct VM output during startup * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ - import jdk.test.lib.*; public class StartupOutput { public static void main(String[] args) throws Exception { ProcessBuilder pb; OutputAnalyzer out; --- 26,44 ---- * @bug 8026949 * @summary Test ensures correct VM output during startup * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management + * + * @run driver compiler.startup.StartupOutput */ + package compiler.startup; + + import jdk.test.lib.OutputAnalyzer; + import jdk.test.lib.ProcessTools; + public class StartupOutput { public static void main(String[] args) throws Exception { ProcessBuilder pb; OutputAnalyzer out;
< prev index next >