hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp
changeset 21095 1a04f7b3946e
parent 20709 034be898bf04
child 21198 dd647e8d1d72
--- a/hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Mon Oct 21 17:34:27 2013 -0700
+++ b/hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Tue Oct 22 09:51:47 2013 +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;