< prev index next >

test/java/lang/Class/forName/modules/TestDriver.java

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

*** 28,37 **** --- 28,38 ---- import java.nio.file.Paths; import java.util.Arrays; import java.util.stream.Stream; import jdk.test.lib.util.FileUtils; + import jdk.test.lib.compiler.CompilerUtils; import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static org.testng.Assert.assertTrue;
*** 40,50 **** * @test * @bug 8087335 * @summary Tests for Class.forName(Module,String) * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build TestDriver CompilerUtils jdk.testlibrary.ProcessTools TestMain TestLayer * @run testng TestDriver */ public class TestDriver { --- 41,51 ---- * @test * @bug 8087335 * @summary Tests for Class.forName(Module,String) * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build TestDriver jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.ProcessTools TestMain TestLayer * @run testng TestDriver */ public class TestDriver {
< prev index next >