< prev index next >

src/share/vm/utilities/globalDefinitions_xlc.hpp

Print this page

        

@@ -178,7 +178,8 @@
 #define SIZE_16G  ((uint64_t) UCONST64(  0x400000000))
 #define SIZE_32G  ((uint64_t) UCONST64(  0x800000000))
 #define SIZE_64G  ((uint64_t) UCONST64( 0x1000000000))
 #define SIZE_1T   ((uint64_t) UCONST64(0x10000000000))
 
+#define THREAD_LOCAL_DECL __thread
 
 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP
< prev index next >