src/share/vm/runtime/sharedRuntime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/sharedRuntime.hpp

src/share/vm/runtime/sharedRuntime.hpp

Print this page

        

*** 340,349 **** --- 340,355 ---- CallInfo& callinfo, TRAPS); static Handle find_callee_info_helper(JavaThread* thread, vframeStream& vfst, Bytecodes::Code& bc, CallInfo& callinfo, TRAPS); + static methodHandle extract_attached_call_info(JavaThread* thread); + static void resolve_attached_call_info(JavaThread* thread, + methodHandle info, + Bytecodes::Code bc, + Handle& receiver, + CallInfo& callinfo, TRAPS); static address clean_virtual_call_entry(); static address clean_opt_virtual_call_entry(); static address clean_static_call_entry();
src/share/vm/runtime/sharedRuntime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File