< prev index next >

src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Print this page

        

@@ -277,8 +277,8 @@
 #define THREAD_LOCAL_DECL __thread
 #endif
 
 // Inlining support
 #define NOINLINE
-#define ALWAYSINLINE __attribute__((always_inline))
+#define ALWAYSINLINE inline __attribute__((always_inline))
 
 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP
< prev index next >