--- old/test/compiler/whitebox/AllocationCodeBlobTest.java 2016-08-11 13:27:06.595282400 -0400 +++ new/test/compiler/whitebox/AllocationCodeBlobTest.java 2016-08-11 13:27:06.185055800 -0400 @@ -26,10 +26,10 @@ * @test AllocationCodeBlobTest * @summary testing of WB::allocate/freeCodeBlob() * @bug 8059624 8064669 - * @library /testlibrary /test/lib / + * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management - * @build compiler.whitebox.AllocationCodeBlobTest + * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions @@ -45,7 +45,7 @@ package compiler.whitebox; import jdk.test.lib.Asserts; -import jdk.test.lib.InfiniteLoop; +import jdk.test.lib.apps.InfiniteLoop; import sun.hotspot.WhiteBox; import sun.hotspot.code.BlobType;