< prev index next >

test/hotspot/jtreg/gc/arguments/TestMaxMinHeapFreeRatioFlags.java

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

@@ -23,11 +23,11 @@
 
 /*
  * @test TestMaxMinHeapFreeRatioFlags
  * @key gc
  * @summary Verify that heap size changes according to max and min heap free ratios.
- * @requires vm.gc != "Z"
+ * @requires vm.gc != "Z" & vm.gc != "Shenandoah"
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run driver/timeout=240 TestMaxMinHeapFreeRatioFlags
  */
< prev index next >