< prev index next >

src/hotspot/cpu/ppc/jniFastGetField_ppc.cpp

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

@@ -75,11 +75,11 @@
 
   __ ld(Rcounter, counter_offs, Rcounter_addr);
   __ andi_(R0, Rcounter, 1);
   __ bne(CCR0, slow);
 
-  if (support_IRIW_for_not_multiple_copy_atomic_cpu) {
+  if (SUPPORT_IRIW_FOR_NOT_MULTI_COPY_ATOMIC_CPU) {
     // Field may be volatile.
     __ fence();
   } else {
     // Using acquire to order wrt. JVMTI check and load of result.
     __ isync(); // order wrt. to following load(s)
< prev index next >