--- old/src/share/vm/utilities/globalDefinitions_gcc.hpp 2015-11-19 01:04:09.387296471 -0500 +++ new/src/share/vm/utilities/globalDefinitions_gcc.hpp 2015-11-19 01:04:07.847209824 -0500 @@ -326,4 +326,6 @@ #define JLONG_FORMAT "%ld" #endif // _LP64 && __APPLE__ +#define THREAD_LOCAL_DECL __thread + #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP