--- old/src/hotspot/os_cpu/aix_ppc/orderAccess_aix_ppc.inline.hpp 2018-03-07 23:03:37.453166651 -0500 +++ new/src/hotspot/os_cpu/aix_ppc/orderAccess_aix_ppc.inline.hpp 2018-03-07 23:03:36.459909392 -0500 @@ -80,7 +80,6 @@ template struct OrderAccess::PlatformOrderedLoad - VALUE_OBJ_CLASS_SPEC { template T operator()(const volatile T* p) const { register T t = Atomic::load(p); inlasm_acquire_reg(t); return t; }