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

test/gc/survivorAlignment/TestAllocationInEden.java

Print this page

        

*** 24,37 **** /** * @test * @bug 8031323 * @summary Verify that object's alignment in eden space is not affected by * SurvivorAlignmentInBytes option. ! * @library /testlibrary /testlibrary/whitebox * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:NewSize=64m -XX:MaxNewSize=64m * -XX:SurvivorRatio=1 -XX:+UnlockExperimentalVMOptions * -XX:SurvivorAlignmentInBytes=32 -XX:-UseTLAB * -XX:OldSize=128m -XX:-ExplicitGCInvokesConcurrent --- 24,37 ---- /** * @test * @bug 8031323 * @summary Verify that object's alignment in eden space is not affected by * SurvivorAlignmentInBytes option. ! * @library /testlibrary /../../test/lib * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:NewSize=64m -XX:MaxNewSize=64m * -XX:SurvivorRatio=1 -XX:+UnlockExperimentalVMOptions * -XX:SurvivorAlignmentInBytes=32 -XX:-UseTLAB * -XX:OldSize=128m -XX:-ExplicitGCInvokesConcurrent
test/gc/survivorAlignment/TestAllocationInEden.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File