Zero/Shark broken with IcedTea7 / HS16b03

Andrew John Hughes gnu_andrew at member.fsf.org
Wed May 20 11:29:42 PDT 2009


This is current IcedTea7 with all the latest Zero/Shark changes applied (AFAIK):

g++ -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DAMD64
-DZERO_LIBARCH=\"amd64\" -DPRODUCT -I. -I../generated/adfiles
-I../generated/jvmtifiles
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/c1
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/ci
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/classfile
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/code
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/compiler
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_implementation
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/gc_interface
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/interpreter
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/memory
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/oops
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/prims
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/runtime
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/services
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/shark
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/utilities
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/cpu/zero/vm
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/os/linux/vm
-I/mnt/builder/zero/openjdk-ecj/hotspot/src/os_cpu/linux_zero/vm
-I../generated -DHOTSPOT_RELEASE_VERSION="\"16.0-b03\""
-DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"andrew\""
-DHOTSPOT_LIB_ARCH=\"amd64\" -DJRE_RELEASE_VERSION="\"1.7.0_0-b59\""
-DHOTSPOT_VM_DISTRO="\"OpenJDK\""  -fpic -fno-rtti -fno-exceptions
-D_REENTRANT -fcheck-new -g -m64 -pipe -O3 -fno-strict-aliasing
-DVM_LITTLE_ENDIAN -D_LP64=1 -Werror -Wpointer-arith -Wsign-compare
-c -x c++-header -c ../generated/incls/_precompiled.incl -o
incls/_precompiled.incl.gch
In file included from ../generated/incls/_precompiled.incl:72:
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:
In constructor 'RegisterOrConstant::RegisterOrConstant()':
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:152:
error: 'noreg' was not declared in this scope
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:
In constructor 'RegisterOrConstant::RegisterOrConstant(intptr_t)':
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:154:
error: 'noreg' was not declared in this scope
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:
In member function 'bool RegisterOrConstant::is_register() const':
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:162:
error: 'noreg' was not declared in this scope
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:
In member function 'bool RegisterOrConstant::is_constant() const':
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:163:
error: 'noreg' was not declared in this scope
In file included from ../generated/incls/_precompiled.incl:233:
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.hpp:
In constructor 'CodeletMark::CodeletMark(InterpreterMacroAssembler*&,
const char*, Bytecodes::Code)':
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.hpp:107:
error: cannot allocate an object of abstract type
'InterpreterMacroAssembler'
/mnt/builder/zero/openjdk-ecj/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp:28:
note:   because the following virtual functions are pure within
'InterpreterMacroAssembler':
/mnt/builder/zero/openjdk-ecj/hotspot/src/share/vm/asm/assembler.hpp:319:
note: 	virtual RegisterOrConstant
AbstractAssembler::delayed_value_impl(intptr_t*, RegisterImpl*, int)
make[7]: *** [incls/_precompiled.incl.gch] Error 1
make[7]: Leaving directory
`/mnt/builder/zero/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_zero_core/product'
make[6]: *** [the_vm] Error 2
make[6]: Leaving directory
`/mnt/builder/zero/openjdk-ecj/build/linux-amd64/hotspot/outputdir/linux_zero_core/product'
make[5]: *** [productcore] Error 2
make[5]: Leaving directory
`/mnt/builder/zero/openjdk-ecj/build/linux-amd64/hotspot/outputdir'
make[4]: *** [generic_buildcore] Error 2
make[4]: Leaving directory `/mnt/builder/zero/openjdk-ecj/hotspot/make'
make[3]: *** [productcore] Error 2
make[3]: Leaving directory `/mnt/builder/zero/openjdk-ecj/hotspot/make'
make[2]: *** [hotspot-build] Error 2
make[2]: Leaving directory `/mnt/builder/zero/openjdk-ecj'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/mnt/builder/zero/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2

May be related to
http://hg.openjdk.java.net/icedtea/jdk7/hotspot/rev/c89f86385056 but
not sure.

Gary, help!
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list