JDK-8215374 : 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2018-12-13
  • Updated: 2019-09-26
  • Resolved: 2018-12-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12 JDK 13
11.0.4Fixed 12 b25Fixed 13Fixed
Related Reports
Relates :  
Description
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.
Comments
Fix Request Very small fix. Applies cleanly. Only required for backport of JDK-8181143.
08-05-2019