src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 2461
b599a4c6c2df
parent 2438
dd031b2226de
child 2552
638119ce7cfd
equal deleted inserted replaced
2460:85c73c0edb06 2461:b599a4c6c2df
1367 if (ProfileInterpreter) { 1367 if (ProfileInterpreter) {
1368 // We have decided to profile this method in the interpreter 1368 // We have decided to profile this method in the interpreter
1369 __ bind(profile_method); 1369 __ bind(profile_method);
1370 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method)); 1370 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::profile_method));
1371 __ set_method_data_pointer_for_bcp(); 1371 __ set_method_data_pointer_for_bcp();
1372 __ get_method(rbx);
1372 __ jmp(profile_method_continue); 1373 __ jmp(profile_method_continue);
1373 } 1374 }
1374 // Handle overflow of counter and compile method 1375 // Handle overflow of counter and compile method
1375 __ bind(invocation_counter_overflow); 1376 __ bind(invocation_counter_overflow);
1376 generate_counter_overflow(&continue_after_compile); 1377 generate_counter_overflow(&continue_after_compile);

mercurial