< prev index next >

test/gc/survivorAlignment/TestPromotionToSurvivor.java

Print this page
rev 10739 : [backport] Filter out TestPromotionToSurvivor.java test for Shenandoah

@@ -24,10 +24,11 @@
 /**
  * @test
  * @bug 8031323
  * @summary Verify that objects promoted from eden space to survivor space after
  *          minor GC are aligned to SurvivorAlignmentInBytes.
+ * @requires vm.gc != "Shenandoah"
  * @library /testlibrary /testlibrary/whitebox
  * @build TestPromotionToSurvivor
  *        SurvivorAlignmentTestMain AlignmentHelper
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
< prev index next >