--- old/src/share/vm/utilities/globalDefinitions.hpp Thu May 15 13:41:16 2014 +++ new/src/share/vm/utilities/globalDefinitions.hpp Thu May 15 13:41:15 2014 @@ -1346,6 +1346,9 @@ #ifndef JULONG_FORMAT #define JULONG_FORMAT UINT64_FORMAT #endif +#ifndef JULONG_FORMAT_X +#define JULONG_FORMAT_X UINT64_FORMAT_X +#endif // Format pointers which change size between 32- and 64-bit. #ifdef _LP64