hotspot/test/compiler/jvmci/compilerToVM/DebugOutputTest.java
changeset 40059 c2304140ed64
parent 39291 a4efe145313d
child 40631 ed82623d7831
--- a/hotspot/test/compiler/jvmci/compilerToVM/DebugOutputTest.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/jvmci/compilerToVM/DebugOutputTest.java	Tue Jul 12 18:24:48 2016 +0300
@@ -38,11 +38,11 @@
 
 package compiler.jvmci.compilerToVM;
 
+import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.ProcessTools;
 import jdk.vm.ci.hotspot.CompilerToVMHelper;
-import jdk.test.lib.ProcessTools;
+
 import java.util.Arrays;
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.Utils;
 
 public class DebugOutputTest {
     public static void main(String[] args) {