--- old/test/gc/whitebox/TestWBGC.java 2014-12-09 15:13:22.461781689 +0100 +++ new/test/gc/whitebox/TestWBGC.java 2014-12-09 15:13:22.189781680 +0100 @@ -25,13 +25,13 @@ * @test TestWBGC * @bug 8055098 * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly. - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build TestWBGC - * @run main ClassFileInstaller sun.hotspot.WhiteBox + * @run main ClassFileInstaller jdk.testlib.WhiteBox * @run driver TestWBGC */ import com.oracle.java.testlibrary.*; -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class TestWBGC {