src/cpu/x86/vm/templateInterpreter_x86_64.cpp

changeset 2461
b599a4c6c2df
parent 2438
dd031b2226de
child 2552
638119ce7cfd
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Tue Jan 18 17:10:03 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Tue Jan 18 18:00:06 2011 -0800
     1.3 @@ -1385,6 +1385,7 @@
     1.4        __ bind(profile_method);
     1.5        __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method));
     1.6        __ set_method_data_pointer_for_bcp();
     1.7 +      __ get_method(rbx);
     1.8        __ jmp(profile_method_continue);
     1.9      }
    1.10      // Handle overflow of counter and compile method

mercurial