--- old/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME6_B.jasm 2018-02-27 10:50:52.353382000 +0100 +++ new/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME6_B.jasm 2018-02-27 10:50:51.958349000 +0100 @@ -48,4 +48,6 @@ invokevirtual Method java/io/PrintStream.print:"(Ljava/lang/String;)V"; return; } + + /* Method mc() is missing to cause error. */ }