src/share/vm/utilities/globalDefinitions.hpp

changeset 9858
b985cbb00e68
parent 9677
af43bab3c5d0
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Thu Aug 01 03:44:03 2019 +0100
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Mon Aug 12 18:30:40 2019 +0300
     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