< prev index next >

src/share/vm/utilities/globalDefinitions_xlc.hpp

Print this page
rev 11936 : 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
Summary: Also add methods to check for slow/fastdebug to Platform.java.

@@ -184,8 +184,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_XLC_HPP
< prev index next >