--- old/src/cpu/x86/vm/interp_masm_x86_32.hpp 2013-10-02 17:55:33.477498098 +0200 +++ new/src/cpu/x86/vm/interp_masm_x86_32.hpp 2013-10-02 17:55:32.946011210 +0200 @@ -215,6 +215,8 @@ void profile_taken_branch(Register mdp, Register bumped_count); 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_call(Register mdp); void profile_final_call(Register mdp); void profile_virtual_call(Register receiver, Register mdp, Register scratch2,