< prev index next >

test/compiler/jvmci/compilerToVM/GetNextStackFrameTest.java

Print this page

        

@@ -40,15 +40,16 @@
  */
 
 package compiler.jvmci.compilerToVM;
 
 import compiler.jvmci.common.CTVMUtilities;
-import java.lang.reflect.Method;
+import jdk.test.lib.Asserts;
 import jdk.vm.ci.hotspot.CompilerToVMHelper;
 import jdk.vm.ci.hotspot.HotSpotStackFrameReference;
 import jdk.vm.ci.meta.ResolvedJavaMethod;
-import jdk.test.lib.Asserts;
+
+import java.lang.reflect.Method;
 
 public class GetNextStackFrameTest {
     private static final int RECURSION_AMOUNT = 3;
     private static final ResolvedJavaMethod REC_FRAME_METHOD;
     private static final ResolvedJavaMethod FRAME1_METHOD;
< prev index next >