hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 31620 53be635ad49c
parent 30221 70dab4a0cd45
child 33063 9e222337a81e
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Tue Jun 30 15:26:20 2015 -0700
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Wed Jul 01 10:53:26 2015 +0200
@@ -1367,6 +1367,7 @@
 #define UINT32_FORMAT_W(width) "%" #width PRIu32
 
 #define PTR32_FORMAT           "0x%08" PRIx32
+#define PTR32_FORMAT_W(width)  "0x%" #width PRIx32
 
 // Format 64-bit quantities.
 #define INT64_FORMAT           "%" PRId64