< prev index next >

test/compiler/startup/StartupOutput.java

Print this page

        

*** 26,37 **** * @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,43 ---- * @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 >