< prev index next >

src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp

Print this page
rev 56016 : 8229422: Taskqueue: Outdated selection of weak memory model platforms
Reviewed-by:

@@ -2669,11 +2669,11 @@
                 MacroAssembler::MemBarNone,
                 MacroAssembler::cmpxchgx_hint_atomic_update(),
                 noreg, /*check without ldarx first*/true);
   }
 
-  if (support_IRIW_for_not_multiple_copy_atomic_cpu) {
+  if (SUPPORT_IRIW_FOR_NOT_MULTI_COPY_ATOMIC_CPU) {
     __ isync();
   } else {
     __ sync();
   }
 }
< prev index next >