--- old/test/runtime/whitebox/WBStackSize.java 2014-12-09 15:13:25.497781785 +0100 +++ new/test/runtime/whitebox/WBStackSize.java 2014-12-09 15:13:25.357781781 +0100 @@ -24,10 +24,10 @@ /* * @test WBStackSize * @summary verify that whitebox functions getThreadFullStackSize() and getThreadRemainingStackSize are working - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build WBStackSize - * @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 -Xss512k WBStackSize */ @@ -40,7 +40,7 @@ * Please file a test bug, if this is a problem. */ -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class WBStackSize {