Server JVM fails to build on linux-sparc64 after recent changes
John Paul Adrian Glaubitz
glaubitz at physik.fu-berlin.de
Fri Sep 6 11:04:03 UTC 2019
Hi!
Has anyone seen this before? I assume there have been made some changes for the
SPARC code that were not considering the necessary changes for Linux as well.
I will bisect this later, but maybe someone already knows what the problem is.
Adrian
=== Output from failing command(s) repeated here ===
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_abstractInterpreter_sparc.o:\n"
* For target hotspot_variant-server_libjvm_objs_abstractInterpreter_sparc.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_abstractInterpreter_sparc.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from /home/glaubitz/jdk/src/hotspot/share/code/compiledMethod.inline.hpp:29,
from /home/glaubitz/jdk/src/hotspot/share/runtime/frame.inline.hpp:28,
from /home/glaubitz/jdk/src/hotspot/cpu/sparc/abstractInterpreter_sparc.cpp:30:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_abstractInterpreter_sparc.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
... (rest of output omitted)
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc.cpp:29:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_clone.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_clone.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_clone.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_clone.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_clone.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_expand.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_expand.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_expand.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_expand.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_expand.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_format.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_format.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_format.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_format.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_format.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_gen.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_gen.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_gen.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_gen.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_gen.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_misc.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_misc.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_misc.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_misc.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_misc.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_peephole.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_peephole.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_peephole.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_peephole.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_peephole.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "* For target hotspot_variant-server_libjvm_objs_ad_sparc_pipeline.o:\n"
* For target hotspot_variant-server_libjvm_objs_ad_sparc_pipeline.o:
(/bin/grep -v -e "^Note: including file:" < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_pipeline.o.log || true) | /usr/bin/head -n 15
In file included from /home/glaubitz/jdk/src/hotspot/share/code/nativeInst.hpp:30,
from ad_sparc.hpp:33,
from ad_sparc_pipeline.cpp:28:
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:22: error: friend declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
347 | friend NativeCall* nativeCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:317:20: note: previous declaration of ‘NativeCall* nativeCall_overwriting_at(address, address)’
317 | inline NativeCall* nativeCall_overwriting_at(address instr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:32: error: friend declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’ specifies default arguments and isn’t the only declaration [-fpermissive]
455 | friend inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination = NULL) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/glaubitz/jdk/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:416:23: note: previous declaration of ‘NativeFarCall* nativeFarCall_overwriting_at(address, address)’
416 | inline NativeFarCall* nativeFarCall_overwriting_at(address instr, address destination);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
if test `/usr/bin/wc -l < /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs/hotspot_variant-server_libjvm_objs_ad_sparc_pipeline.o.log` -gt 15; then /bin/echo " ... (rest of output omitted)" ; fi
/usr/bin/printf "\n* All command lines available in /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs.\n"
* All command lines available in /home/glaubitz/jdk/build/linux-sparcv9-server-release/make-support/failure-logs.
/usr/bin/printf "=== End of repeated output ===\n"
=== End of repeated output ===
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz at debian.org
`. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
More information about the hotspot-dev
mailing list