author | alanb |
Fri, 24 May 2019 15:14:12 +0100 | |
branch | niosocketimpl-branch |
changeset 57371 | c5d034df9693 |
parent 57370 | 8a9df09354a3 (current diff) |
parent 55030 | 703b2c04fc2c (diff) |
child 57382 | 14e01d39c01a |
--- a/src/hotspot/share/utilities/globalDefinitions_gcc.hpp Fri May 24 15:13:53 2019 +0100 +++ b/src/hotspot/share/utilities/globalDefinitions_gcc.hpp Fri May 24 15:14:12 2019 +0100 @@ -250,7 +250,8 @@ #define offsetof(klass,field) offset_of(klass,field) #if defined(_LP64) && defined(__APPLE__) -#define JLONG_FORMAT "%ld" +#define JLONG_FORMAT "%ld" +#define JLONG_FORMAT_W(width) "%" #width "ld" #endif // _LP64 && __APPLE__ #ifndef USE_LIBRARY_BASED_TLS_ONLY