< prev index next >

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

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

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