< prev index next >

test/hotspot/jtreg/runtime/LoaderConstraints/common/C.jasm

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

*** 24,33 **** --- 24,35 ---- // If this file was written in java then some of the tests would fail during // compilation with errors such as: // class C inherits unrelated defaults for m() from types I and J // C is not abstract and does not override abstract method m() in I + package test; + super public class C implements I, J version 52:0 { public Method "<init>":"()V" stack 1 locals 1 { aload_0; invokespecial Method java/lang/Object."<init>":"()V";
< prev index next >