--- old/src/hotspot/cpu/zero/methodHandles_zero.hpp 2018-06-05 11:36:49.649858485 +0200 +++ new/src/hotspot/cpu/zero/methodHandles_zero.hpp 2018-06-05 11:36:49.362859143 +0200 @@ -32,6 +32,7 @@ private: static oop popFromStack(TRAPS); static void invoke_target(Method* method, TRAPS); + static void throw_AME(Klass* rcvr, Method* interface_method, TRAPS); static int method_handle_entry_invokeBasic(Method* method, intptr_t UNUSED, TRAPS); static int method_handle_entry_linkToStaticOrSpecial(Method* method, intptr_t UNUSED, TRAPS); static int method_handle_entry_linkToVirtual(Method* method, intptr_t UNUSED, TRAPS);