< prev index next >
test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java
Print this page
@@ -24,10 +24,11 @@
/**
* @test
* @bug 8031323
* @summary Verify that objects promoted from survivor space to tenured space
* during full GC are not aligned to SurvivorAlignmentInBytes value.
+ * @requires vm.gc != "Shenandoah"
* @library /testlibrary /testlibrary/whitebox
* @build TestPromotionFromSurvivorToTenuredAfterFullGC
* SurvivorAlignmentTestMain AlignmentHelper
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
< prev index next >