< prev index next >

test/java/net/URLClassLoader/closetest/CloseTest.java

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

*** 28,38 **** * jdk.httpserver * jdk.compiler * @library ../../../../com/sun/net/httpserver * /lib/testlibrary * /test/lib ! * @build FileServerHandler JarUtils CompilerUtils * @run main/othervm CloseTest * @summary URL-downloaded jar files can consume all available file descriptors */ import java.io.File; --- 28,38 ---- * jdk.httpserver * jdk.compiler * @library ../../../../com/sun/net/httpserver * /lib/testlibrary * /test/lib ! * @build FileServerHandler JarUtils jdk.test.lib.compiler.CompilerUtils * @run main/othervm CloseTest * @summary URL-downloaded jar files can consume all available file descriptors */ import java.io.File;
*** 43,52 **** --- 43,54 ---- import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; + import jdk.test.lib.compiler.CompilerUtils; + import com.sun.net.httpserver.HttpContext; import com.sun.net.httpserver.HttpServer; import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
< prev index next >