< prev index next >

src/os_cpu/aix_ppc/vm/threadLS_aix_ppc.hpp

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

*** 21,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_AIX_OJDKPPC_VM_THREADLS_AIX_PPC_HPP ! #define OS_CPU_AIX_OJDKPPC_VM_THREADLS_AIX_PPC_HPP // Processor dependent parts of ThreadLocalStorage public: static Thread* thread() { return (Thread *) os::thread_local_storage_at(thread_index()); } ! #endif // OS_CPU_AIX_OJDKPPC_VM_THREADLS_AIX_PPC_HPP --- 21,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_CPU_AIX_PPC_VM_THREADLS_AIX_PPC_HPP ! #define OS_CPU_AIX_PPC_VM_THREADLS_AIX_PPC_HPP // Processor dependent parts of ThreadLocalStorage public: static Thread* thread() { return (Thread *) os::thread_local_storage_at(thread_index()); } ! #endif // OS_CPU_AIX_PPC_VM_THREADLS_AIX_PPC_HPP
< prev index next >