< prev index next >

test/jdk/tools/launcher/modules/patch/basic/PatchTest.java

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

*** 24,35 **** /** * @test * @library /test/lib * @modules jdk.compiler * jdk.naming.dns ! * @build PatchTest JarUtils * jdk.test.lib.compiler.CompilerUtils * @run testng PatchTest * @summary Basic test for --patch-module */ import java.io.File; --- 24,36 ---- /** * @test * @library /test/lib * @modules jdk.compiler * jdk.naming.dns ! * @build PatchTest * jdk.test.lib.compiler.CompilerUtils + * jdk.test.lib.util.JarUtils * @run testng PatchTest * @summary Basic test for --patch-module */ import java.io.File;
*** 38,47 **** --- 39,49 ---- import java.nio.file.Paths; import java.util.stream.Collectors; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; + import jdk.test.lib.util.JarUtils; import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >