--- old/test/compiler/whitebox/CompilerWhiteBoxTest.java 2014-12-09 15:13:16.157781489 +0100 +++ new/test/compiler/whitebox/CompilerWhiteBoxTest.java 2014-12-09 15:13:15.821781478 +0100 @@ -21,8 +21,8 @@ * questions. */ -import sun.hotspot.WhiteBox; -import sun.hotspot.code.NMethod; +import jdk.testlib.WhiteBox; +import jdk.testlib.code.NMethod; import java.lang.reflect.Constructor; import java.lang.reflect.Executable;