comparison src/share/vm/runtime/threadLocalStorage.hpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
60 # include "threadLS_solaris_sparc.hpp" 60 # include "threadLS_solaris_sparc.hpp"
61 #endif 61 #endif
62 #ifdef TARGET_OS_ARCH_windows_x86 62 #ifdef TARGET_OS_ARCH_windows_x86
63 # include "threadLS_windows_x86.hpp" 63 # include "threadLS_windows_x86.hpp"
64 #endif 64 #endif
65 #ifdef TARGET_OS_ARCH_linux_arm
66 # include "threadLS_linux_arm.hpp"
67 #endif
68 #ifdef TARGET_OS_ARCH_linux_ppc
69 # include "threadLS_linux_ppc.hpp"
70 #endif
65 71
66 72
67 public: 73 public:
68 // Accessor 74 // Accessor
69 static inline int thread_index() { return _thread_index; } 75 static inline int thread_index() { return _thread_index; }