< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @bug 8156871 * @summary package in the boot layer is repeatedly exported to unique module created in layers on top of the boot layer * @modules java.base/jdk.internal.misc * @library /test/lib * @compile ../CompilerUtils.java ! * @run main/othervm ExportModuleStressTest */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.ProcessTools; --- 26,36 ---- * @bug 8156871 * @summary package in the boot layer is repeatedly exported to unique module created in layers on top of the boot layer * @modules java.base/jdk.internal.misc * @library /test/lib * @compile ../CompilerUtils.java ! * @run driver ExportModuleStressTest */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.ProcessTools;
< prev index next >