< prev index next >

test/runtime/XCheckJniJsig/XCheckJSig.java

Print this page

        

@@ -31,11 +31,11 @@
  * @run main XCheckJSig
  */
 
 import java.io.File;
 import java.util.Map;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class XCheckJSig {
     public static void main(String args[]) throws Throwable {
 
         System.out.println("Regression test for bugs 7051189 and 8023393");
< prev index next >