src/share/vm/utilities/globalDefinitions.hpp

changeset 9896
1b8c45b8216a
parent 9840
9efdbe72ed1d
parent 9858
b985cbb00e68
child 9931
fd44df5e3bc3
child 9997
c7ef664f8649
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Thu Feb 27 19:01:32 2020 +0000
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Tue Mar 03 12:57:23 2020 +0000
     1.3 @@ -42,6 +42,14 @@
     1.4  # include "utilities/globalDefinitions_xlc.hpp"
     1.5  #endif
     1.6  
     1.7 +// Defaults for macros that might be defined per compiler.
     1.8 +#ifndef NOINLINE
     1.9 +#define NOINLINE
    1.10 +#endif
    1.11 +#ifndef ALWAYSINLINE
    1.12 +#define ALWAYSINLINE inline
    1.13 +#endif
    1.14 +
    1.15  #ifndef PRAGMA_DIAG_PUSH
    1.16  #define PRAGMA_DIAG_PUSH
    1.17  #endif

mercurial