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

Build failures after JDK-8198691 (CodeHeap State Analytics)

XMLWordPrintable

    • b10

      x86_32:

      pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp: In static member function 'static void CodeHeapState::print_usedSpace(outputStream*, CodeHeap*)':
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1242:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                 ast->print("(%4ldK)", total_size/K);
                                                   ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1260:71: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                 ast->print("(%4ldK)", (TopSizeArray[i].len<<log2_seg_size)/K);
                                                                             ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1315:21: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                           );
                           ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1315:21: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Werror=format=]
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1320:21: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                           );
                           ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1320:21: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Werror=format=]
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1354:21: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                           );
                           ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1354:21: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Werror=format=]
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1359:21: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                           );
                           ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:1359:21: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Werror=format=]
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp: In static member function 'static void CodeHeapState::print_names(outputStream*, CodeHeap*)':
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/share/code/codeHeapState.cpp:2119:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Werror=format=]
                 ast->print("(%4ldK)", total_size/K);
                                                   ^

            stuefe Thomas Stuefe
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: