src/cpu/mips/vm/templateInterpreter_mips_64.cpp

changeset 33
52672a450193
parent 32
3b95e10c12fa
child 189
60510c4e1f11
     1.1 --- a/src/cpu/mips/vm/templateInterpreter_mips_64.cpp	Fri Apr 29 11:06:40 2016 -0400
     1.2 +++ b/src/cpu/mips/vm/templateInterpreter_mips_64.cpp	Fri Apr 29 12:46:05 2016 -0400
     1.3 @@ -2256,6 +2256,7 @@
     1.4   // __ movl(cond_addr, JvmtiThreadState::earlyret_inactive);
     1.5      __ move(AT,JvmtiThreadState::earlyret_inactive);
     1.6      __ sw(AT,cond_addr); 
     1.7 +    __ sync();
     1.8      //__ remove_activation(state, esi,
     1.9  
    1.10   

mercurial