src/cpu/mips/vm/templateInterpreter_mips_64.cpp

changeset 9144
cecfc245b19a
parent 8864
e4aeef458496
child 9160
b6ac0b9d8b02
     1.1 --- a/src/cpu/mips/vm/templateInterpreter_mips_64.cpp	Mon Jun 11 17:42:16 2018 +0800
     1.2 +++ b/src/cpu/mips/vm/templateInterpreter_mips_64.cpp	Tue Jun 12 13:58:17 2018 +0800
     1.3 @@ -818,7 +818,7 @@
     1.4      __ ld(V0, SP, 0);
     1.5  
     1.6      __ beq(V0, R0, slow_path);
     1.7 -    __ nop();
     1.8 +    __ delayed()->nop();
     1.9  
    1.10      // Generate the G1 pre-barrier code to log the value of
    1.11      // the referent field in an SATB buffer.

mercurial