src/share/vm/utilities/globalDefinitions.hpp

changeset 9931
fd44df5e3bc3
parent 9852
70aa912cebe5
parent 9896
1b8c45b8216a
child 10015
eb7ce841ccec
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Wed Oct 14 16:43:13 2020 +0800
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Wed Oct 14 17:44:48 2020 +0800
     1.3 @@ -48,6 +48,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