< prev index next >

test/hotspot/jtreg/gc/survivorAlignment/TestPromotionToSurvivor.java

Print this page

        

@@ -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 != "Z"
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
< prev index next >