--- old/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME3_C.jasm 2018-02-27 10:50:47.177955000 +0100 +++ new/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME3_C.jasm 2018-02-27 10:50:46.758922000 +0100 @@ -30,4 +30,6 @@ invokespecial Method AME3_B."":()V; return; } + + /* Method ma() is missing to cause error. */ }