< prev index next >

src/share/vm/utilities/globalDefinitions.hpp

Print this page

        

@@ -40,10 +40,18 @@
 #endif
 #ifdef TARGET_COMPILER_xlc
 # include "utilities/globalDefinitions_xlc.hpp"
 #endif
 
+// Defaults for macros that might be defined per compiler.
+#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 >