--- old/test/gc/g1/TestHumongousCodeCacheRoots.java 2014-12-09 15:13:18.305781557 +0100 +++ new/test/gc/g1/TestHumongousCodeCacheRoots.java 2014-12-09 15:13:18.053781549 +0100 @@ -26,16 +26,16 @@ * @key regression * @key gc * @bug 8027756 - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build TestHumongousCodeCacheRoots - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @summary Humongous objects may have references from the code cache * @run main TestHumongousCodeCacheRoots */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; import java.util.ArrayList; import java.util.Arrays;