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