--- old/test/compiler/jvmci/compilerToVM/CompileCodeTestCase.java 2016-07-06 19:17:45.395388389 +0300 +++ new/test/compiler/jvmci/compilerToVM/CompileCodeTestCase.java 2016-07-06 19:17:45.315388386 +0300 @@ -26,13 +26,14 @@ import compiler.jvmci.common.CTVMUtilities; import compiler.testlibrary.CompilerUtils; +import jdk.test.lib.Pair; import jdk.test.lib.Utils; import jdk.vm.ci.code.InstalledCode; import sun.hotspot.WhiteBox; import sun.hotspot.code.NMethod; -import java.lang.reflect.Executable; import java.lang.reflect.Constructor; +import java.lang.reflect.Executable; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Modifier; @@ -42,7 +43,6 @@ import java.util.HashMap; import java.util.List; import java.util.Map; -import jdk.test.lib.Pair; /** * A test case for tests which require compiled code.