< prev index next >

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

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

@@ -19,8 +19,10 @@
  * 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 {
     public default Foo m() { return null; }
 }
< prev index next >