< prev index next >

test/compiler/jvmci/compilerToVM/GetMaxCallTargetOffsetTest.java

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

@@ -35,12 +35,12 @@
  *                   compiler.jvmci.compilerToVM.GetMaxCallTargetOffsetTest
  */
 
 package compiler.jvmci.compilerToVM;
 
-import jdk.vm.ci.hotspot.CompilerToVMHelper;
 import jdk.test.lib.Asserts;
+import jdk.vm.ci.hotspot.CompilerToVMHelper;
 
 public class GetMaxCallTargetOffsetTest {
     public static void main(String args[]) {
         new GetMaxCallTargetOffsetTest().runTest();
     }
< prev index next >