Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8215374

32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)

XMLWordPrintable

    • b25
    • x86
    • linux

        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.

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: