--- old/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2013-10-21 18:17:51.212264064 +0200 +++ new/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2013-10-21 18:17:50.772340249 +0200 @@ -1490,6 +1490,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;