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