src/cpu/mips/vm/interp_masm_mips_64.cpp

changeset 7995
67882e9d8b35
parent 6893
5795ec554c3c
child 7999
b57e01e9f81e
     1.1 --- a/src/cpu/mips/vm/interp_masm_mips_64.cpp	Tue Oct 17 12:58:25 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/interp_masm_mips_64.cpp	Fri Oct 13 11:29:53 2017 +0800
     1.3 @@ -262,8 +262,7 @@
     1.4      ld_ptr(tmp,java_thread, in_bytes(JavaThread::jvmti_thread_state_offset()));
     1.5      lw(AT,tmp, in_bytes(JvmtiThreadState::earlyret_tos_offset()));
     1.6      move(A0, AT);
     1.7 -    call(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry),
     1.8 -        relocInfo::runtime_call_type);
     1.9 +    call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), A0);
    1.10      jr(V0);
    1.11      delayed()->nop();
    1.12      bind(L);

mercurial