< prev index next >

src/hotspot/share/utilities/globalDefinitions_gcc.hpp

Print this page
rev 55028 : 8224742: JLONG_FORMAT_W incompatible with type jlong
Reviewed-by: thartmann, clanger

*** 249,258 **** --- 249,259 ---- #endif #define offsetof(klass,field) offset_of(klass,field) #if defined(_LP64) && defined(__APPLE__) #define JLONG_FORMAT "%ld" + #define JLONG_FORMAT_W(width) "%" #width "ld" #endif // _LP64 && __APPLE__ #ifndef USE_LIBRARY_BASED_TLS_ONLY #define THREAD_LOCAL_DECL __thread #endif
< prev index next >