JDK-8223412 : tier1 build failure after 8222893
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-05-06
  • Updated: 2019-05-21
  • Resolved: 2019-05-06
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 13
13 b20Fixed
Related Reports
Relates :  
Description
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)