< prev index next >

src/share/vm/utilities/globalDefinitions_xlc.hpp

Print this page

        

*** 178,184 **** --- 178,187 ---- #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)) + #ifndef USE_LIBRARY_BASED_TLS_ONLY + #define THREAD_LOCAL_DECL __thread + #endif #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP
< prev index next >