x86_32, armhf:
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/utilities/debug.hpp:108:47: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'jlong {aka long long int}' [-Werror=format=]
report_fatal(__FILE__, __LINE__, __VA_ARGS__); \
^
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/runtime/vmThread.cpp:209:7: note: in expansion of macro 'fatal'
fatal("VM operation took too long: " SIZE_FORMAT " ms (timeout: " SIZE_FORMAT " ms)",
^~~~~
Format specifier mismatch.