< prev index next >

test/tools/launcher/modules/patch/systemmodules/PatchSystemModules.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 25,35 **** * @test * @bug 8157068 8177844 * @summary Patch java.base and user module with ModuleHashes attribute * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build CompilerUtils * @run testng PatchSystemModules */ import java.io.File; import java.nio.file.Files; --- 25,35 ---- * @test * @bug 8157068 8177844 * @summary Patch java.base and user module with ModuleHashes attribute * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build jdk.test.lib.compiler.CompilerUtils * @run testng PatchSystemModules */ import java.io.File; import java.nio.file.Files;
*** 37,46 **** --- 37,47 ---- import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import java.util.stream.Stream; + import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.util.FileUtils; import jdk.testlibrary.JDKToolFinder; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test;
< prev index next >