--- old/test/runtime/memory/StressVirtualSpaceResize.java 2014-12-09 15:13:25.873781797 +0100 +++ new/test/runtime/memory/StressVirtualSpaceResize.java 2014-12-09 15:13:25.597781789 +0100 @@ -24,14 +24,14 @@ /* * @test * @summary Stress test that expands/shrinks VirtualSpace - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build StressVirtualSpaceResize - * @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 StressVirtualSpaceResize */ -import sun.hotspot.WhiteBox; +import jdk.testlib.WhiteBox; public class StressVirtualSpaceResize {