diff -r 839c8ba29724 -r bbf32241d851 hotspot/src/share/vm/runtime/sharedRuntime.hpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp Fri Dec 04 16:38:04 2015 +0100 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp Fri Dec 04 23:46:19 2015 +0300 @@ -343,6 +343,8 @@ Bytecodes::Code& bc, CallInfo& callinfo, TRAPS); + static methodHandle extract_attached_method(vframeStream& vfst); + static address clean_virtual_call_entry(); static address clean_opt_virtual_call_entry(); static address clean_static_call_entry();