hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
changeset 34633 2a6c7c7b30a7
parent 33604 ad1cd9269bd4
child 35490 74e4d7d16790
equal deleted inserted replaced
34632:bf3518bba285 34633:2a6c7c7b30a7
   324 
   324 
   325 #if defined(_LP64) && defined(__APPLE__)
   325 #if defined(_LP64) && defined(__APPLE__)
   326 #define JLONG_FORMAT           "%ld"
   326 #define JLONG_FORMAT           "%ld"
   327 #endif // _LP64 && __APPLE__
   327 #endif // _LP64 && __APPLE__
   328 
   328 
       
   329 #ifndef USE_LIBRARY_BASED_TLS_ONLY
       
   330 #define THREAD_LOCAL_DECL __thread
       
   331 #endif
       
   332 
   329 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
   333 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP