--- old/test/gc/survivorAlignment/TestPromotionToSurvivor.java 2015-10-22 21:55:10.938438015 -0700 +++ new/test/gc/survivorAlignment/TestPromotionToSurvivor.java 2015-10-22 21:55:10.876437688 -0700 @@ -26,7 +26,7 @@ * @bug 8031323 * @summary Verify that objects promoted from eden space to survivor space after * minor GC are aligned to SurvivorAlignmentInBytes. - * @library /testlibrary /../../test/lib + * @library /testlibrary /test/lib * @modules java.base/sun.misc * java.management * @build TestPromotionToSurvivor