< prev index next >

test/runtime/BadObjectClass/BootstrapRedefine.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 6583051 * @summary Give error if java.lang.Object has been incompatibly overridden on the bootpath * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile Object.java * @run main BootstrapRedefine */ import com.oracle.java.testlibrary.*;
< prev index next >