< prev index next >

src/os_cpu/aix_ppc/vm/prefetch_aix_ppc.inline.hpp

Print this page
rev 7507 : 8066964: ppc64: argument and return type profiling, fix problem with popframe

*** 21,32 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_AIX_PPC_64_VM_PREFETCH_AIX_PPC_64_INLINE_HPP ! #define OS_CPU_AIX_PPC_64_VM_PREFETCH_AIX_PPC_64_INLINE_HPP #include "runtime/prefetch.hpp" inline void Prefetch::read(void *loc, intx interval) { --- 21,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_AIX_PPC_VM_PREFETCH_AIX_PPC_INLINE_HPP ! #define OS_CPU_AIX_PPC_VM_PREFETCH_AIX_PPC_INLINE_HPP #include "runtime/prefetch.hpp" inline void Prefetch::read(void *loc, intx interval) {
*** 53,58 **** #else __dcbtst( ((address)loc) +((long)interval) ); #endif } ! #endif // OS_CPU_AIX_PPC_64_VM_PREFETCH_AIX_PPC_64_INLINE_HPP --- 53,58 ---- #else __dcbtst( ((address)loc) +((long)interval) ); #endif } ! #endif // OS_CPU_AIX_PPC_VM_PREFETCH_AIX_PPC_INLINE_HPP
< prev index next >