< prev index next >

test/jdk/tools/launcher/modules/addreads/AddReadsTest.java

Print this page
rev 51881 : [mq]: 8211171
rev 51882 : [mq]: 8211171-1

*** 21,43 **** * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build AddReadsTest JarUtils * jdk.test.lib.compiler.CompilerUtils * @run testng AddReadsTest * @summary Basic tests for java --add-reads */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.process.OutputAnalyzer; import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; --- 21,45 ---- * questions. */ /** * @test ! * @library /test/lib * @modules jdk.compiler ! * @build AddReadsTest * jdk.test.lib.compiler.CompilerUtils + * jdk.test.lib.util.JarUtils * @run testng AddReadsTest * @summary Basic tests for java --add-reads */ import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.process.OutputAnalyzer; + import jdk.test.lib.util.JarUtils; import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test;
< prev index next >