--- old/test/compiler/codecache/cli/codeheapsize/TestCodeHeapSizeOptions.java 2015-04-28 14:48:28.561864519 +0300 +++ new/test/compiler/codecache/cli/codeheapsize/TestCodeHeapSizeOptions.java 2015-04-28 14:48:28.489864521 +0300 @@ -22,7 +22,7 @@ */ package codeheapsize; -import com.oracle.java.testlibrary.Platform; +import jdk.test.lib.Platform; import common.CodeCacheCLITestBase; import common.CodeCacheCLITestCase; import sun.hotspot.code.BlobType; @@ -36,7 +36,7 @@ * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor - * @build TestCodeHeapSizeOptions com.oracle.java.testlibrary.* codeheapsize.* + * @build TestCodeHeapSizeOptions jdk.test.lib.* codeheapsize.* * common.* * @run main/timeout=240 codeheapsize.TestCodeHeapSizeOptions */