< prev index next >

src/hotspot/share/interpreter/interpreterRuntime.hpp

Print this page

*** 187,196 **** --- 187,198 ---- static void update_mdp_for_ret(JavaThread* thread, int bci); #ifdef ASSERT static void verify_mdp(Method* method, address bcp, address mdp); #endif // ASSERT static MethodCounters* build_method_counters(JavaThread* thread, Method* m); + + static void deoptimize_caller_frame_for_vt(JavaThread* thread, Method* callee); }; class SignatureHandlerLibrary: public AllStatic { public:
< prev index next >