< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page

        

@@ -67,10 +67,11 @@
 #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 >