Another failure on linux-sparc

Aleksey Shipilev shade at redhat.com
Wed May 23 14:07:54 UTC 2018


On 05/23/2018 04:02 PM, John Paul Adrian Glaubitz wrote:
> Anyway, trying to build Hotspot for linux-sparc fails with:
> 
> === Output from failing command(s) repeated here ===
> /usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_library_call.o:\n"
> * For target hotspot_variant-server_libjvm_objs_library_call.o:
> (/bin/grep -v -e "^Note: including file:" <  /srv/openjdk/jdk/build/linux-sparcv9-normal-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_library_call.o.log || true) | /usr/bin/head -n 12
> /srv/openjdk/jdk/src/hotspot/share/opto/library_call.cpp: In member function ‘bool LibraryCallKit::inline_native_clone(bool)’:
> /srv/openjdk/jdk/src/hotspot/share/opto/library_call.cpp:4272:38: error: incomplete type ‘BarrierSet’ used in nested name specifier
>        BarrierSetC2* bs = BarrierSet::barrier_set()->barrier_set_c2();
>                                       ^~~~~~~~~~~
> if test `/usr/bin/wc -l < /srv/openjdk/jdk/build/linux-sparcv9-normal-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_library_call.o.log` -gt 12; then /bin/echo "   ... (rest of output omitted)" ; fi
> /usr/bin/printf "\n* All command lines available in /srv/openjdk/jdk/build/linux-sparcv9-normal-server-release/make-support/failure-logs.\n"
> 
> * All command lines available in /srv/openjdk/jdk/build/linux-sparcv9-normal-server-release/make-support/failure-logs.
> /usr/bin/printf "=== End of repeated output ===\n"
> === End of repeated output ===
> 
> Anyone seen this already on other configurations?

I saw this today on x86_64/zero, and it seem Zero-specific:
  https://builds.shipilev.net/openjdk-jdk/openjdk-jdk-b215-x86_64-zero-fastdebug.build.log

...but, curiously, it was not reproducible with my local builds. I decided to wait another nightly
before diving in. FWIW, I am not sure why share/opto is even built when compiler2 is disabled.

-Aleksey



More information about the hotspot-dev mailing list