--- old/src/cpu/x86/vm/interp_masm_x86_32.hpp 2013-10-14 13:44:01.183094810 +0200 +++ new/src/cpu/x86/vm/interp_masm_x86_32.hpp 2013-10-14 13:44:00.903147088 +0200 @@ -218,6 +218,7 @@ 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_parameters_type(Register mdp, Register tmp1, Register tmp2); void profile_call(Register mdp); void profile_final_call(Register mdp); void profile_virtual_call(Register receiver, Register mdp, Register scratch2,