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

tier1 build failure after 8222893

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 13
    • 13
    • hotspot
    • b20
    • generic
    • generic
    • Verified

      jib > Compiling 218 files for BUILD_jdk.javadoc.interim
      jib > /scratch/mesos/slaves/df27b84d-b5c1-4760-9e48-df95fd33274c-S1209/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/a8a62b37-2ab7-4655-a70e-e6070b56cfc4/runs/fb8673e8-f321-46c9-8b2a-013149e39dab/workspace/open/test/hotspot/gtest/oops/test_markOop.cpp:86:15: error: no matching constructor for initialization of 'FlagSetting'
      jib > FlagSetting fs(WizardMode, true);
      jib > ^ ~~~~~~~~~~~~~~~~
      jib > /scratch/mesos/slaves/df27b84d-b5c1-4760-9e48-df95fd33274c-S1209/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/a8a62b37-2ab7-4655-a70e-e6070b56cfc4/runs/fb8673e8-f321-46c9-8b2a-013149e39dab/workspace/open/src/hotspot/share/runtime/flags/flagSetting.hpp:39:3: note: candidate constructor not viable: 1st argument ('const bool') would lose const qualifier
      jib > FlagSetting(bool& fl, bool newValue) { flag = &fl; val = fl; fl = newValue; }
      jib > ^
      jib > /scratch/mesos/slaves/df27b84d-b5c1-4760-9e48-df95fd33274c-S1209/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/a8a62b37-2ab7-4655-a70e-e6070b56cfc4/runs/fb8673e8-f321-46c9-8b2a-013149e39dab/workspace/open/src/hotspot/share/runtime/flags/flagSetting.hpp:35:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
      jib > class FlagSetting : public StackObj {
      jib > ^
      jib > 1 error generated.
      jib > lib/CompileGtest.gmk:58: recipe for target '/scratch/mesos/slaves/df27b84d-b5c1-4760-9e48-df95fd33274c-S1209/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/a8a62b37-2ab7-4655-a70e-e6070b56cfc4/runs/fb8673e8-f321-46c9-8b2a-013149e39dab/workspace/build/macosx-x64/hotspot/variant-server/libjvm/gtest/objs/test_markOop.o' failed
      jib > make[3]: *** [/scratch/mesos/slaves/df27b84d-b5c1-4760-9e48-df95fd33274c-S1209/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/a8a62b37-2ab7-4655-a70e-e6070b56cfc4/runs/fb8673e8-f321-46c9-8b2a-013149e39dab/workspace/build/macosx-x64/hotspot/variant-server/libjvm/gtest/objs/test_markOop.o] Error 1
      jib > make[3]: *** Waiting for unfinished jobs....
      jib > make/Main.gmk:257: recipe for target 'hotspot-server-libs' failed
      jib > make[2]: *** [hotspot-server-libs] Error 2
      jib > make[2]: *** Waiting for unfinished jobs....
      jib >
      jib > ERROR: Build failed for target 'default (product-bundles test-bundles)' in configuration 'macosx-x64' (exit code 2)

            coleenp Coleen Phillimore
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: