src/cpu/mips/vm/sharedRuntime_mips_64.cpp

changeset 9144
cecfc245b19a
parent 9043
7519f4bf92b5
child 9171
c67c94f5b85d
     1.1 --- a/src/cpu/mips/vm/sharedRuntime_mips_64.cpp	Mon Jun 11 17:42:16 2018 +0800
     1.2 +++ b/src/cpu/mips/vm/sharedRuntime_mips_64.cpp	Tue Jun 12 13:58:17 2018 +0800
     1.3 @@ -3770,7 +3770,7 @@
     1.4    __ st_ptr(R0, thread, in_bytes(JavaThread::vm_result_offset()));
     1.5    __ ld_ptr(V0, thread, in_bytes(Thread::pending_exception_offset()));
     1.6    __ jmp(StubRoutines::forward_exception_entry(), relocInfo::runtime_call_type);
     1.7 -  __ delayed() -> nop();
     1.8 +  __ delayed()->nop();
     1.9    // -------------
    1.10    // make sure all code is generated
    1.11    masm->flush();

mercurial