--- old/src/cpu/x86/vm/templateInterpreter_x86_64.cpp 2013-10-17 20:38:39.571952630 +0200 +++ new/src/cpu/x86/vm/templateInterpreter_x86_64.cpp 2013-10-17 20:38:39.244143512 +0200 @@ -1497,6 +1497,7 @@ in_bytes(JavaThread::do_not_unlock_if_synchronized_offset())); __ movbool(do_not_unlock_if_synchronized, true); + __ profile_parameters_type(rax, rcx, rdx); // increment invocation count & check for overflow Label invocation_counter_overflow; Label profile_method;