jdk-24/hotspot/test/gc/survivorAlignment
Thomas Schatzl 5084eb24d0 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen
After refactoring of the relevant code in JDK-8060025 the survivor alignment had been applied to any allocation within PLABs. Only do that for survivor allocations again. Improve the related tests to have less variance.

Reviewed-by: jmasa, fzhinkin
2015-06-19 11:27:07 +02:00
..
AlignmentHelper.java 8037968: Add tests on alignment of objects copied to survivor space 2014-11-26 14:17:06 +04:00
SurvivorAlignmentTestMain.java 8067013: Rename the com.oracle.java.testlibary package 2015-05-04 16:30:07 +02:00
TestAllocationInEden.java 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen 2015-06-19 11:27:07 +02:00
TestPromotionFromEdenToTenured.java 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen 2015-06-19 11:27:07 +02:00
TestPromotionFromSurvivorToTenuredAfterFullGC.java 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen 2015-06-19 11:27:07 +02:00
TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen 2015-06-19 11:27:07 +02:00
TestPromotionToSurvivor.java 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen 2015-06-19 11:27:07 +02:00