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