< prev index next >

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

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

@@ -24,11 +24,11 @@
 /**
  * @test
  * @bug 6899919
  * @library /lib/testlibrary /test/lib
  * @modules jdk.compiler
- * @build JarUtils CompilerUtils
+ * @build JarUtils jdk.test.lib.compiler.CompilerUtils
  * @run main/othervm GetResourceAsStream
  */
 
 import java.io.File;
 import java.io.IOException;

@@ -38,10 +38,11 @@
 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 >