< prev index next >

test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpCompressedTest.java

Print this page
rev 59879 : [mq]: 8249000

@@ -70,11 +70,11 @@
  * @run main/othervm -XX:+UseG1GC HeapDumpCompressedTest
  */
 
 /*
  * @test
- * @requires vm.gc.Z & !vm.graal.enabled
+ * @requires vm.gc.Z
  * @summary Test of diagnostic command GC.heap_dump with gzipped output (Z GC)
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.compiler
  *          java.management

@@ -82,11 +82,11 @@
  * @run main/othervm -XX:+UseZGC HeapDumpCompressedTest
  */
 
 /*
  * @test
- * @requires vm.gc.Shenandoah & !vm.graal.enabled
+ * @requires vm.gc.Shenandoah
  * @summary Test of diagnostic command GC.heap_dump with gzipped output (Shenandoah GC)
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.compiler
  *          java.management

@@ -94,11 +94,11 @@
  * @run main/othervm -XX:+UseShenandoahGC HeapDumpCompressedTest
  */
 
 /*
  * @test
- * @requires vm.gc.Epsilon & !vm.graal.enabled
+ * @requires vm.gc.Epsilon
  * @summary Test of diagnostic command GC.heap_dump with gzipped output (Epsilon GC)
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.compiler
  *          java.management
< prev index next >