test/gc/survivorAlignment/TestPromotionToSurvivor.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/gc/survivorAlignment/TestPromotionToSurvivor.java	Tue Dec  9 15:13:20 2014
--- new/test/gc/survivorAlignment/TestPromotionToSurvivor.java	Tue Dec  9 15:13:20 2014

*** 24,38 **** --- 24,38 ---- /** * @test * @bug 8031323 * @summary Verify that objects promoted from eden space to survivor space after * minor GC are aligned to SurvivorAlignmentInBytes. ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build TestPromotionToSurvivor * 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:SurvivorRatio=1 -XX:+UnlockExperimentalVMOptions * -XX:SurvivorAlignmentInBytes=32 -XX:OldSize=128m * -XX:-ExplicitGCInvokesConcurrent

test/gc/survivorAlignment/TestPromotionToSurvivor.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File