< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page
rev 55008 : 8224652: 32-bit build failures after JDK-8213084
Contributed-by: shade@redhat.com
Reviewed-by: thartmann

@@ -95,10 +95,13 @@
 
 // Format jlong, if necessary
 #ifndef JLONG_FORMAT
 #define JLONG_FORMAT           INT64_FORMAT
 #endif
+#ifndef JLONG_FORMAT_W
+#define JLONG_FORMAT_W(width)  INT64_FORMAT_W(width)
+#endif
 #ifndef JULONG_FORMAT
 #define JULONG_FORMAT          UINT64_FORMAT
 #endif
 #ifndef JULONG_FORMAT_X
 #define JULONG_FORMAT_X        UINT64_FORMAT_X
< prev index next >