< prev index next >

test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java

Print this page
rev 10735 : [backport] Filter upstream tests for Shenandoah (part 1: tier1_gc)

*** 25,34 **** --- 25,35 ---- * @test * @bug 8031323 * @summary Verify that objects promoted from survivor space to tenured space * when their age exceeded tenuring threshold are not aligned to * SurvivorAlignmentInBytes value. + * @requires vm.gc != "Shenandoah" * @library /testlibrary /testlibrary/whitebox * @build TestPromotionFromSurvivorToTenuredAfterMinorGC * SurvivorAlignmentTestMain AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission
< prev index next >