< prev index next >

test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME3_C.jasm

Print this page
rev 49017 : 8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Reviewed-by: coleenp, dholmes
rev 49018 : [mq]: EditsDavidII.patch

*** 28,33 **** --- 28,35 ---- { aload_0; invokespecial Method AME3_B."<init>":()V; return; } + + /* Method ma() is missing to cause error. */ }
< prev index next >