equal
deleted
inserted
replaced
25 * @test |
25 * @test |
26 * @bug 8031323 |
26 * @bug 8031323 |
27 * @summary Verify that object's alignment in eden space is not affected by |
27 * @summary Verify that object's alignment in eden space is not affected by |
28 * SurvivorAlignmentInBytes option. |
28 * SurvivorAlignmentInBytes option. |
29 * @library /testlibrary /test/lib |
29 * @library /testlibrary /test/lib |
30 * @modules java.base/sun.misc |
30 * @modules java.base/jdk.internal.misc |
31 * java.management |
31 * java.management |
32 * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper |
32 * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper |
33 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
33 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
35 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions |
35 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions |