src/hotspot/share/utilities/globalDefinitions.hpp
changeset 55024 948385f851f2
parent 54960 e46fe26d7f77
child 55252 6502d6a92fe2
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/utilities/globalDefinitions.hpp	Fri May 24 09:02:33 2019 +0200
+++ b/src/hotspot/share/utilities/globalDefinitions.hpp	Thu May 23 18:50:48 2019 +0200
@@ -97,6 +97,9 @@
 #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