< prev index next >

test/java/net/URLClassLoader/closetest/GetResourceAsStream.java

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

*** 24,34 **** /** * @test * @bug 6899919 * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build JarUtils CompilerUtils * @run main/othervm GetResourceAsStream */ import java.io.File; import java.io.IOException; --- 24,34 ---- /** * @test * @bug 6899919 * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build JarUtils jdk.test.lib.compiler.CompilerUtils * @run main/othervm GetResourceAsStream */ import java.io.File; import java.io.IOException;
*** 38,47 **** --- 38,48 ---- import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardCopyOption; import java.nio.file.StandardOpenOption; + import jdk.test.lib.compiler.CompilerUtils; public class GetResourceAsStream extends Common { private static final String WORK_DIR = System.getProperty("user.dir"); /*
< prev index next >