--- old/src/hotspot/os_cpu/linux_ppc/orderAccess_linux_ppc.hpp 2018-07-11 14:32:21.056240230 -0700 +++ new/src/hotspot/os_cpu/linux_ppc/orderAccess_linux_ppc.hpp 2018-07-11 14:32:20.604231626 -0700 @@ -85,7 +85,7 @@ struct OrderAccess::PlatformOrderedLoad { template - T operator()(const volatile T* p) const { register T t = Atomic::load(p); inlasm_acquire_reg(t); return t; } + T operator()(const volatile T* p) const { T t = Atomic::load(p); inlasm_acquire_reg(t); return t; } }; #undef inlasm_sync