< prev index next >

test/runtime/BadObjectClass/BootstrapRedefine.java

Print this page

        

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