< prev index next >

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

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

@@ -46,6 +46,8 @@
         getstatic     Field java/lang/System.out:"Ljava/io/PrintStream;";
         ldc           String "B.mb() ";
         invokevirtual Method java/io/PrintStream.print:"(Ljava/lang/String;)V";
         return;
     }
+
+    /* Method mc() is missing to cause error. */
 }
< prev index next >