< prev index next >

src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page

        

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