< prev index next >

test/compiler/startup/StartupOutput.java

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

@@ -26,13 +26,19 @@
  * @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
  */
-import jdk.test.lib.*;
 
+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 >