--- old/test/compiler/whitebox/IsMethodCompilableTest.java 2015-04-28 14:49:04.353863473 +0300 +++ new/test/compiler/whitebox/IsMethodCompilableTest.java 2015-04-28 14:49:04.281863475 +0300 @@ -30,13 +30,13 @@ * @build IsMethodCompilableTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission - * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform + * @run main ClassFileInstaller jdk.test.lib.Platform * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:-TieredCompilation -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest * @summary testing of WB::isMethodCompilable() * @author igor.ignatyev@oracle.com */ -import com.oracle.java.testlibrary.Platform; +import jdk.test.lib.Platform; public class IsMethodCompilableTest extends CompilerWhiteBoxTest { /**