< prev index next >

test/compiler/jvmci/compilerToVM/DebugOutputTest.java

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

@@ -36,15 +36,15 @@
 
  // as soon as CODETOOLS-7901589 fixed, '@run main/othervm' should be replaced w/ '@run driver'
 
 package compiler.jvmci.compilerToVM;
 
-import jdk.vm.ci.hotspot.CompilerToVMHelper;
+import jdk.test.lib.OutputAnalyzer;
 import jdk.test.lib.ProcessTools;
+import jdk.vm.ci.hotspot.CompilerToVMHelper;
+
 import java.util.Arrays;
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.Utils;
 
 public class DebugOutputTest {
     public static void main(String[] args) {
         new DebugOutputTest().test();
     }
< prev index next >