DVM patches applied, but build fails
Charles Oliver Nutter
charles.nutter at sun.com
Thu Apr 24 08:36:42 PDT 2008
Seems like I'm missing something, or otherwise not patching correctly:
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles
-I../generated/jvmtifiles
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/asm
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/c1
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/ci
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/classfile
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/code
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/compiler
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/gc_implementation
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/gc_implementation/shared
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/gc_implementation/parNew
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/gc_interface
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/interpreter
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/libadt
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/memory
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/oops
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/opto
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/prims
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/runtime
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/services
-I/home/headius/jdk7/jdk7/hotspot/src/share/vm/utilities
-I/home/headius/jdk7/jdk7/hotspot/src/cpu/x86/vm
-I/home/headius/jdk7/jdk7/hotspot/src/os/linux/vm
-I/home/headius/jdk7/jdk7/hotspot/src/os_cpu/linux_x86/vm -I../generated
-DHOTSPOT_RELEASE_VERSION="\"12.0-b01\""
-DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"headius\""
-DJRE_RELEASE_VERSION="\"1.7.0-internal-headius_24_apr_2008_09_53-b00\""
-DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fno-rtti
-fno-exceptions -D_REENTRANT -fcheck-new -m32 -march=i586 -pipe -O3
-fno-strict-aliasing -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith
-Wconversion -Wsign-compare -c -o ciEnv.o
/home/headius/jdk7/jdk7/hotspot/src/share/vm/ci/ciEnv.cpp
/home/headius/jdk7/jdk7/hotspot/src/share/vm/ci/ciEnv.cpp: In member
function ‘ciConstant ciEnv::get_constant_by_index_impl(ciInstanceKlass*,
int)’:
/home/headius/jdk7/jdk7/hotspot/src/share/vm/ci/ciEnv.cpp:487: error:
‘class constantPoolOopDesc’ has no member named ‘pseudo_string_at’
make[5]: *** [ciEnv.o] Error 1
make[5]: Leaving directory
`/home/headius/jdk7/jdk7/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product'
make[4]: *** [the_vm] Error 2
make[4]: Leaving directory
`/home/headius/jdk7/jdk7/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product'
make[3]: *** [product] Error 2
make[3]: Leaving directory
`/home/headius/jdk7/jdk7/build/linux-i586/hotspot/outputdir'
make[2]: *** [generic_build2] Error 2
make[2]: Leaving directory `/home/headius/jdk7/jdk7/hotspot/make'
make[1]: *** [product] Error 2
make[1]: Leaving directory `/home/headius/jdk7/jdk7/hotspot/make'
make: *** [hotspot-build] Error 2
- Charlie
More information about the mlvm-dev
mailing list