< prev index next >

test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/I.java

Print this page
rev 49654 : 8199852: Print more information about class loaders in LinkageErrors.

*** 19,25 **** --- 19,27 ---- * 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. */ + package test; + public interface I extends J { }
< prev index next >