< prev index next >

test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleStressGC.java

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @bug 8159262 * @summary layers over the boot layer are repeatedly created, during this iteration, GCs are forced to verify correct walk of module and package lists. * @modules java.base/jdk.internal.misc * @library /test/lib * @compile ../CompilerUtils.java ! * @run main/othervm ModuleStressGC */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.ProcessTools; --- 26,36 ---- * @bug 8159262 * @summary layers over the boot layer are repeatedly created, during this iteration, GCs are forced to verify correct walk of module and package lists. * @modules java.base/jdk.internal.misc * @library /test/lib * @compile ../CompilerUtils.java ! * @run driver ModuleStressGC */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.ProcessTools;
< prev index next >