< prev index next >

test/runtime/modules/ModuleStress/ExportModuleStressTest.java

Print this page

        

*** 24,42 **** /** * @test * @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 /testlibrary /test/lib * @compile ../CompilerUtils.java - * @build ExportModuleStressTest * @run main/othervm ExportModuleStressTest */ import java.nio.file.Path; import java.nio.file.Paths; ! import jdk.test.lib.*; public class ExportModuleStressTest { private static final String TEST_SRC = System.getProperty("test.src"); private static final String TEST_CLASSES = System.getProperty("test.classes"); --- 24,42 ---- /** * @test * @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; ! import jdk.test.lib.process.OutputAnalyzer; public class ExportModuleStressTest { private static final String TEST_SRC = System.getProperty("test.src"); private static final String TEST_CLASSES = System.getProperty("test.classes");
< prev index next >