--- old/src/hotspot/share/utilities/compilerWarnings.hpp 2019-10-12 12:11:34.795748523 +0900 +++ new/src/hotspot/share/utilities/compilerWarnings.hpp 2019-10-12 12:11:34.615747705 +0900 @@ -62,4 +62,8 @@ #define PRAGMA_FORMAT_IGNORED #endif +#ifndef PRAGMA_STRINGOP_TRUNCATION_IGNORED +#define PRAGMA_STRINGOP_TRUNCATION_IGNORED +#endif + #endif // SHARE_UTILITIES_COMPILERWARNINGS_HPP