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