< prev index next >

test/compiler/calls/common/CallsBase.java

Print this page

        

@@ -22,15 +22,16 @@
  */
 
 package compiler.calls.common;
 
 import compiler.testlibrary.CompilerUtils;
-import java.lang.reflect.Method;
-import java.util.Arrays;
 import jdk.test.lib.Asserts;
 import sun.hotspot.WhiteBox;
 
+import java.lang.reflect.Method;
+import java.util.Arrays;
+
 /**
  * A common class for Invoke* classes
  */
 public abstract class CallsBase {
     public static final String CALL_ERR_MSG = "Call insuccessfull";
< prev index next >