< prev index next >

src/hotspot/os_cpu/linux_ppc/orderAccess_linux_ppc.hpp

Print this page

        

*** 21,32 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_LINUX_PPC_VM_ORDERACCESS_LINUX_PPC_INLINE_HPP ! #define OS_CPU_LINUX_PPC_VM_ORDERACCESS_LINUX_PPC_INLINE_HPP #include "runtime/orderAccess.hpp" #ifndef PPC64 #error "OrderAccess currently only implemented for PPC64" --- 21,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_LINUX_PPC_VM_ORDERACCESS_LINUX_PPC_HPP ! #define OS_CPU_LINUX_PPC_VM_ORDERACCESS_LINUX_PPC_HPP #include "runtime/orderAccess.hpp" #ifndef PPC64 #error "OrderAccess currently only implemented for PPC64"
*** 92,97 **** #undef inlasm_lwsync #undef inlasm_eieio #undef inlasm_isync #undef inlasm_acquire_reg ! #endif // OS_CPU_LINUX_PPC_VM_ORDERACCESS_LINUX_PPC_INLINE_HPP --- 92,97 ---- #undef inlasm_lwsync #undef inlasm_eieio #undef inlasm_isync #undef inlasm_acquire_reg ! #endif // OS_CPU_LINUX_PPC_VM_ORDERACCESS_LINUX_PPC_HPP
< prev index next >