--- old/src/hotspot/share/utilities/globalDefinitions.hpp 2020-02-06 19:18:26.310548324 +0100 +++ new/src/hotspot/share/utilities/globalDefinitions.hpp 2020-02-06 19:18:26.144548339 +0100 @@ -69,6 +69,7 @@ #define UINT64_FORMAT_X "%" PRIx64 #define INT64_FORMAT_W(width) "%" #width PRId64 #define UINT64_FORMAT_W(width) "%" #width PRIu64 +#define UINT64_FORMAT_X_W(width) "%" #width PRIx64 #define PTR64_FORMAT "0x%016" PRIx64