src/cpu/mips/vm/stubGenerator_mips_64.cpp

changeset 32
3b95e10c12fa
parent 13
bc227c49eaae
child 35
a2cbf57bd9f3
     1.1 --- a/src/cpu/mips/vm/stubGenerator_mips_64.cpp	Tue Jun 28 16:45:57 2016 +0800
     1.2 +++ b/src/cpu/mips/vm/stubGenerator_mips_64.cpp	Fri Apr 29 11:06:40 2016 -0400
     1.3 @@ -1891,6 +1891,7 @@
     1.4  
     1.5      __ BIND(L_store_element);
     1.6      __ store_heap_oop(rax_oop, to_element_addr);  // store the oop
     1.7 +    __ sync();
     1.8      __ increment(count);               // increment the count toward zero
     1.9      __ jcc(Assembler::zero, L_do_card_marks);
    1.10  

mercurial