hotspot/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp
changeset 39405 314741ca98d5
parent 37092 0e56e3c9d545
child 40095 196084720deb
equal deleted inserted replaced
39404:d0ad5220e91c 39405:314741ca98d5
   277 #define THREAD_LOCAL_DECL __thread
   277 #define THREAD_LOCAL_DECL __thread
   278 #endif
   278 #endif
   279 
   279 
   280 // Inlining support
   280 // Inlining support
   281 #define NOINLINE
   281 #define NOINLINE
   282 #define ALWAYSINLINE __attribute__((always_inline))
   282 #define ALWAYSINLINE inline __attribute__((always_inline))
   283 
   283 
   284 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP
   284 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP