< prev index next >

test/compiler/jsr292/NonInlinedCall/Agent.java

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

@@ -21,17 +21,17 @@
  * questions.
  */
 
 package compiler.jsr292.NonInlinedCall;
 
+import jdk.test.lib.JDKToolLauncher;
+import jdk.test.lib.OutputAnalyzer;
+
 import java.io.File;
 import java.io.PrintStream;
 import java.util.Arrays;
 
-import jdk.test.lib.JDKToolLauncher;
-import jdk.test.lib.OutputAnalyzer;
-
 public class Agent {
     public static void main(String[] args) throws Exception {
         String jarName = args[0];
         String className = args[1];
         String manifestName = "manifest.mf";
< prev index next >