< prev index next >

src/hotspot/cpu/zero/methodHandles_zero.hpp

Print this page
@  rev 50381 : 8203188: Add JEP-181 support to the Zero interpreter
|  Reviewed-by: dholmes, chrisphi
~

*** 30,39 **** --- 30,40 ---- }; 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); static int method_handle_entry_linkToInterface(Method* method, intptr_t UNUSED, TRAPS); static int method_handle_entry_invalid(Method* method, intptr_t UNUSED, TRAPS);
< prev index next >