diff -r d150e1293886 -r 034be898bf04 hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp --- a/hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp Fri Oct 11 19:51:31 2013 -0700 +++ b/hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp Sat Oct 12 12:12:59 2013 +0200 @@ -217,6 +217,7 @@ void profile_not_taken_branch(Register mdp); void profile_obj_type(Register obj, const Address& mdo_addr); void profile_arguments_type(Register mdp, Register callee, Register tmp, bool is_virtual); + void profile_return_type(Register mdp, Register ret, Register tmp); void profile_call(Register mdp); void profile_final_call(Register mdp); void profile_virtual_call(Register receiver, Register mdp, Register scratch2,