< prev index next >

test/runtime/BadObjectClass/BootstrapRedefine.java

Print this page

        

@@ -30,11 +30,11 @@
  *          java.management
  * @compile Object.java
  * @run main BootstrapRedefine
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class BootstrapRedefine {
 
     public static void main(String[] args) throws Exception {
         String testClasses = System.getProperty("test.classes", ".");
< prev index next >