--- old/test/compiler/whitebox/AllocationCodeBlobTest.java 2014-12-09 15:13:13.869781417 +0100 +++ new/test/compiler/whitebox/AllocationCodeBlobTest.java 2014-12-09 15:13:13.665781410 +0100 @@ -26,18 +26,18 @@ import java.util.EnumSet; import java.util.ArrayList; -import sun.hotspot.WhiteBox; -import sun.hotspot.code.BlobType; +import jdk.testlib.WhiteBox; +import jdk.testlib.code.BlobType; import com.oracle.java.testlibrary.Asserts; import com.oracle.java.testlibrary.InfiniteLoop; /* * @test AllocationCodeBlobTest * @bug 8059624 8064669 - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build AllocationCodeBlobTest - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::* * -XX:-SegmentedCodeCache AllocationCodeBlobTest