< prev index next >

src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page

        

@@ -324,6 +324,10 @@
 
 #if defined(_LP64) && defined(__APPLE__)
 #define JLONG_FORMAT           "%ld"
 #endif // _LP64 && __APPLE__
 
+#ifndef USE_LIBRARY_BASED_TLS_ONLY
+#define THREAD_LOCAL_DECL __thread
+#endif
+
 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
< prev index next >