src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 5987
5ccbab1c69f3
parent 5921
ce0cc25bc5e2
child 6039
bd3237e0e18d
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Mon Oct 21 17:34:27 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Tue Oct 22 09:51:47 2013 +0200
     1.3 @@ -1490,6 +1490,7 @@
     1.4          in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()));
     1.5    __ movbool(do_not_unlock_if_synchronized, true);
     1.6  
     1.7 +  __ profile_parameters_type(rax, rcx, rdx);
     1.8    // increment invocation count & check for overflow
     1.9    Label invocation_counter_overflow;
    1.10    Label profile_method;

mercurial