src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.inline.hpp

changeset 9138
b56ab8e56604
parent 8019
3fb3ceb7398f
child 9465
1556c6d89036
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.inline.hpp	Tue Jul 24 13:22:11 2018 +0800
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.inline.hpp	Tue Jul 24 14:29:09 2018 +0800
     1.3 @@ -33,7 +33,7 @@
     1.4    ObjArrayTask task(obj, index);
     1.5    assert(task.is_valid(), "bad ObjArrayTask");
     1.6    _objarray_stack.push(task);
     1.7 -#ifdef MIPS64
     1.8 +#ifdef MIPS
     1.9    if (UseSyncLevel >= 2000) OrderAccess::fence();
    1.10  #endif
    1.11  }
    1.12 @@ -47,7 +47,7 @@
    1.13    assert(region_ptr->_pushed++ == 0, "should only be pushed once");
    1.14  #endif
    1.15    region_stack()->push(index);
    1.16 -#ifdef MIPS64
    1.17 +#ifdef MIPS
    1.18    if (UseSyncLevel >= 2000) OrderAccess::fence();
    1.19  #endif
    1.20  }

mercurial