< prev index next >

test/runtime/RedefineObject/TestRedefineObject.java

Print this page

        

@@ -19,11 +19,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 import java.io.PrintWriter;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 /*
  * Test to redefine java/lang/Object and verify that it doesn't crash on vtable
  * call on basic array type.
  * Test to redefine java/lang/ClassLoader and java/lang/reflect/Method to make
< prev index next >