--- old/src/share/vm/utilities/globalDefinitions.hpp 2019-02-15 19:02:48.262454908 +0300 +++ new/src/share/vm/utilities/globalDefinitions.hpp 2019-02-15 19:02:48.166458259 +0300 @@ -42,6 +42,14 @@ # 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