< prev index next >

test/runtime/XCheckJniJsig/XCheckJSig.java

Print this page

        

*** 31,41 **** * @run main XCheckJSig */ import java.io.File; import java.util.Map; ! import com.oracle.java.testlibrary.*; public class XCheckJSig { public static void main(String args[]) throws Throwable { System.out.println("Regression test for bugs 7051189 and 8023393"); --- 31,41 ---- * @run main XCheckJSig */ import java.io.File; import java.util.Map; ! 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 >