< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page

        

@@ -65,10 +65,11 @@
 
 // Format 64-bit quantities.
 #define INT64_FORMAT           "%" PRId64
 #define UINT64_FORMAT          "%" PRIu64
 #define UINT64_FORMAT_X        "%" PRIx64
+#define UINT64_FORMAT_HEX_W(width) "%" #width PRIx64
 #define INT64_FORMAT_W(width)  "%" #width PRId64
 #define UINT64_FORMAT_W(width) "%" #width PRIu64
 
 #define PTR64_FORMAT           "0x%016" PRIx64
 
< prev index next >