--- old/test/compiler/jvmci/compilerToVM/DebugOutputTest.java 2016-07-06 19:17:46.347388417 +0300 +++ new/test/compiler/jvmci/compilerToVM/DebugOutputTest.java 2016-07-06 19:17:46.263388414 +0300 @@ -38,11 +38,11 @@ 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) {