< prev index next >

test/compiler/jvmci/compilerToVM/CollectCountersTest.java

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

@@ -43,12 +43,12 @@
  *                   compiler.jvmci.compilerToVM.CollectCountersTest
  */
 
 package compiler.jvmci.compilerToVM;
 
-import jdk.vm.ci.hotspot.CompilerToVMHelper;
 import jdk.test.lib.Asserts;
+import jdk.vm.ci.hotspot.CompilerToVMHelper;
 
 public class CollectCountersTest {
     private static final int EXPECTED = Integer.getInteger(
             "compiler.jvmci.compilerToVM.CollectCountersTest.expected");
     public static void main(String args[]) {
< prev index next >