< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page
rev 53307 : Backport Shenadoah GC

*** 93,102 **** --- 93,103 ---- #define INT64_FORMAT "%" PRId64 #define UINT64_FORMAT "%" PRIu64 #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 // Format jlong, if necessary #ifndef JLONG_FORMAT
< prev index next >