< prev index next >

src/share/vm/utilities/globalDefinitions.hpp

Print this page
rev 10456 : 8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
Contributed-by: matthias.baesken@sap.com

@@ -40,10 +40,16 @@
 #endif
 #ifdef TARGET_COMPILER_xlc
 # include "utilities/globalDefinitions_xlc.hpp"
 #endif
 
+#ifndef NOINLINE
+#define NOINLINE
+#endif
+#ifndef ALWAYSINLINE
+#define ALWAYSINLINE inline
+#endif
 #ifndef PRAGMA_DIAG_PUSH
 #define PRAGMA_DIAG_PUSH
 #endif
 #ifndef PRAGMA_DIAG_POP
 #define PRAGMA_DIAG_POP
< prev index next >