hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
changeset 37092 0e56e3c9d545
parent 35490 74e4d7d16790
child 39405 314741ca98d5
equal deleted inserted replaced
37074:20b25dd44cb8 37092:0e56e3c9d545
   320 
   320 
   321 #ifndef USE_LIBRARY_BASED_TLS_ONLY
   321 #ifndef USE_LIBRARY_BASED_TLS_ONLY
   322 #define THREAD_LOCAL_DECL __thread
   322 #define THREAD_LOCAL_DECL __thread
   323 #endif
   323 #endif
   324 
   324 
       
   325 // Inlining support
       
   326 #define NOINLINE     __attribute__ ((noinline))
       
   327 #define ALWAYSINLINE __attribute__ ((always_inline))
       
   328 
   325 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP
   329 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP