< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

*** 70,80 **** * @run main/othervm -XX:+UseG1GC HeapDumpCompressedTest */ /* * @test ! * @requires vm.gc.Z & !vm.graal.enabled * @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 --- 70,80 ---- * @run main/othervm -XX:+UseG1GC HeapDumpCompressedTest */ /* * @test ! * @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,92 **** * @run main/othervm -XX:+UseZGC HeapDumpCompressedTest */ /* * @test ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @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 --- 82,92 ---- * @run main/othervm -XX:+UseZGC HeapDumpCompressedTest */ /* * @test ! * @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,104 **** * @run main/othervm -XX:+UseShenandoahGC HeapDumpCompressedTest */ /* * @test ! * @requires vm.gc.Epsilon & !vm.graal.enabled * @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 --- 94,104 ---- * @run main/othervm -XX:+UseShenandoahGC HeapDumpCompressedTest */ /* * @test ! * @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 >