-
Bug
-
Resolution: Fixed
-
P1
-
12
-
b25
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8215659 | 13 | Aleksey Shipilev | P1 | Resolved | Fixed | b01 |
JDK-8216088 | 12.0.1 | Aleksey Shipilev | P1 | Resolved | Fixed | master |
JDK-8224196 | 11.0.4 | Aleksey Shipilev | P1 | Resolved | Fixed | b04 |
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.
/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.
- backported by
-
JDK-8215659 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
-
- Resolved
-
-
JDK-8216088 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
-
- Resolved
-
-
JDK-8224196 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
-
- Resolved
-
- relates to
-
JDK-8181143 Introduce diagnostic flag to abort VM on too long VM operations
-
- Resolved
-