< prev index next >

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

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u

@@ -24,11 +24,11 @@
 /**
  * @test
  * @bug 8031323
  * @summary Verify that object's alignment in eden space is not affected by
  *          SurvivorAlignmentInBytes option.
- * @requires vm.gc != "Z"
+ * @requires vm.gc != "Z" & vm.gc != "Shenandoah"
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
< prev index next >