< prev index next >

test/compiler/jvmci/compilerToVM/ShouldDebugNonSafepointsTest.java

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

@@ -43,12 +43,12 @@
  *                   compiler.jvmci.compilerToVM.ShouldDebugNonSafepointsTest
  */
 
 package compiler.jvmci.compilerToVM;
 
-import jdk.vm.ci.hotspot.CompilerToVMHelper;
 import jdk.test.lib.Asserts;
+import jdk.vm.ci.hotspot.CompilerToVMHelper;
 
 public class ShouldDebugNonSafepointsTest {
     private static final boolean EXPECTED = Boolean.getBoolean("compiler"
             + ".jvmci.compilerToVM.ShouldDebugNonSafepointsTest.expected");
 
< prev index next >