src/cpu/mips/vm/macroAssembler_mips.cpp

changeset 9461
ec49047577ae
parent 9459
814e9e335067
child 9575
e36885fe4ba4
     1.1 --- a/src/cpu/mips/vm/macroAssembler_mips.cpp	Thu Mar 07 11:41:31 2019 +0800
     1.2 +++ b/src/cpu/mips/vm/macroAssembler_mips.cpp	Sat Mar 09 11:03:07 2019 +0800
     1.3 @@ -2975,9 +2975,6 @@
     1.4        // to data protected by the critical section must be visible before
     1.5        // we drop the lock (and thus before any other thread could acquire
     1.6        // the lock and observe the fields protected by the lock).
     1.7 -      // IA32's memory-model is SPO, so STs are ordered with respect to
     1.8 -      // each other and there's no need for an explicit barrier (fence).
     1.9 -      // See also http://gee.cs.oswego.edu/dl/jmm/cookbook.html.
    1.10  #ifndef OPT_THREAD
    1.11        get_thread (TREG) ;
    1.12  #endif

mercurial