< prev index next >

test/compiler/c2/6857159/Test6857159.java

Print this page

        

@@ -29,11 +29,11 @@
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class Test6857159 {
     public static void main(String[] args) throws Exception {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xbatch", "-XX:+PrintCompilation",
                                                                   "-XX:CompileOnly=Test$ct.run", "Test");
< prev index next >