comparison src/os_cpu/aix_ppc/vm/threadLS_aix_ppc.hpp @ 20710:c5e86c5cd22e

8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
author goetz
date Fri, 12 Dec 2014 08:48:56 +0100
parents 666e6ce3976c
children
comparison
equal deleted inserted replaced
20709:28f116adb50c 20710:c5e86c5cd22e
21 * or visit www.oracle.com if you need additional information or have any 21 * or visit www.oracle.com if you need additional information or have any
22 * questions. 22 * questions.
23 * 23 *
24 */ 24 */
25 25
26 #ifndef OS_CPU_AIX_OJDKPPC_VM_THREADLS_AIX_PPC_HPP 26 #ifndef OS_CPU_AIX_PPC_VM_THREADLS_AIX_PPC_HPP
27 #define OS_CPU_AIX_OJDKPPC_VM_THREADLS_AIX_PPC_HPP 27 #define OS_CPU_AIX_PPC_VM_THREADLS_AIX_PPC_HPP
28 28
29 // Processor dependent parts of ThreadLocalStorage 29 // Processor dependent parts of ThreadLocalStorage
30 30
31 public: 31 public:
32 static Thread* thread() { 32 static Thread* thread() {
33 return (Thread *) os::thread_local_storage_at(thread_index()); 33 return (Thread *) os::thread_local_storage_at(thread_index());
34 } 34 }
35 35
36 #endif // OS_CPU_AIX_OJDKPPC_VM_THREADLS_AIX_PPC_HPP 36 #endif // OS_CPU_AIX_PPC_VM_THREADLS_AIX_PPC_HPP