--- old/src/hotspot/share/utilities/globalDefinitions.hpp 2018-11-28 20:30:34.632115450 +0100 +++ new/src/hotspot/share/utilities/globalDefinitions.hpp 2018-11-28 20:30:34.479116589 +0100 @@ -67,6 +67,7 @@ #define INT64_FORMAT "%" PRId64 #define UINT64_FORMAT "%" PRIu64 #define UINT64_FORMAT_X "%" PRIx64 +#define UINT64_FORMAT_HEX_W(width) "%" #width PRIx64 #define INT64_FORMAT_W(width) "%" #width PRId64 #define UINT64_FORMAT_W(width) "%" #width PRIu64