< prev index next >

test/gc/arguments/TestDisableDefaultGC.java

Print this page
rev 10811 : 8154028: Several hotspot tests need to be updated after 8153737 (Unsupported Module)
Reviewed-by: tbd

*** 26,36 **** * @summary Test that the VM complains when the default GC is disabled and no other GC is specified * @bug 8068579 * @key gc * @library /testlibrary * @requires vm.gc=="null" ! * @modules java.base/sun.misc * java.management * @run driver TestDisableDefaultGC */ import jdk.test.lib.ProcessTools; --- 26,36 ---- * @summary Test that the VM complains when the default GC is disabled and no other GC is specified * @bug 8068579 * @key gc * @library /testlibrary * @requires vm.gc=="null" ! * @modules java.base/jdk.internal.misc * java.management * @run driver TestDisableDefaultGC */ import jdk.test.lib.ProcessTools;
< prev index next >