src/share/vm/utilities/globalDefinitions.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** 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

*** 1344,1353 **** --- 1344,1356 ---- #define JLONG_FORMAT INT64_FORMAT #endif #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 #define INTPTR_FORMAT "0x%016" PRIxPTR #define PTR_FORMAT "0x%016" PRIxPTR

src/share/vm/utilities/globalDefinitions.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File