--- old/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java 2014-12-09 15:13:20.493781627 +0100 +++ new/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java 2014-12-09 15:13:20.189781617 +0100 @@ -26,11 +26,11 @@ * @bug 8031323 * @summary Verify that objects promoted from survivor space to tenured space * during full GC are not aligned to SurvivorAlignmentInBytes value. - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build TestPromotionFromSurvivorToTenuredAfterFullGC * SurvivorAlignmentTestMain AlignmentHelper - * @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 -XX:NewSize=128m -XX:MaxNewSize=128m * -XX:OldSize=32m -XX:SurvivorRatio=1