--- old/src/share/vm/utilities/globalDefinitions_xlc.hpp 2015-11-27 02:29:22.118071702 -0500 +++ new/src/share/vm/utilities/globalDefinitions_xlc.hpp 2015-11-27 02:29:20.813998357 -0500 @@ -180,5 +180,8 @@ #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