< prev index next >

test/jdk/jdk/modules/scenarios/automaticmodules/RunWithAutomaticModules.java

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

*** 25,45 **** * @test * @library /test/lib * @modules jdk.compiler * java.scripting * jdk.zipfs ! * @build RunWithAutomaticModules jdk.test.lib.compiler.CompilerUtils JarUtils * jdk.test.lib.process.ProcessTools * @run testng RunWithAutomaticModules * @summary Runs tests that make use of automatic modules */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 25,48 ---- * @test * @library /test/lib * @modules jdk.compiler * java.scripting * jdk.zipfs ! * @build RunWithAutomaticModules ! * jdk.test.lib.compiler.CompilerUtils ! * jdk.test.lib.util.JarUtils * jdk.test.lib.process.ProcessTools * @run testng RunWithAutomaticModules * @summary Runs tests that make use of automatic modules */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; + import jdk.test.lib.util.JarUtils; import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >