hg: mlvm/mlvm/hotspot: 2 new changesets
Stephen Bannasch
stephen.bannasch at deanbrook.org
Wed May 4 08:20:51 PDT 2011
Now I am getting a compile error in hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
The error only occurs when the coro pathces are applied.
details from console ...
Generating precompiled header precompiled.hpp.gch
mkdir -p .
/Users/stephen/dev/java/src/mlvm/sources/ALT_COMPILER_PATH/g++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DAMD64 -DPRODUCT -I.
-I/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/share/vm/prims
-I/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/share/vm
-I/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm
-I/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/os_cpu/bsd_x86/vm
-I/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/os/bsd/vm
-I/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"21.0-b07\""
-DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"stephen\"" -DHOTSPOT_LIB_ARCH=\"amd64\"
-DJRE_RELEASE_VERSION="\"1.7.0-internal-stephen_2011_05_04_11_16-b00\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\""
-DTARGET_OS_FAMILY_bsd -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 -DTARGET_OS_ARCH_bsd_x86 -DTARGET_OS_ARCH_MODEL_bsd_x86_64
-DTARGET_COMPILER_gcc -DCOMPILER2 -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -pthread -fcheck-new -m64 -pipe -O3
-fno-strict-aliasing -DVM_LITTLE_ENDIAN -D_LP64=1 -fno-omit-frame-pointer -Werror -Wpointer-arith -Wconversion -Wsign-compare
-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c -MMD -MP -MF ../generated/dependencies/precompiled.hpp.gch.d -x c++-header
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/share/vm/precompiled.hpp -o precompiled.hpp.gch
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In constructor 'frame::frame()':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:39: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In constructor 'frame::frame(intptr_t*,
intptr_t*, u_char*)':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:57: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In constructor 'frame::frame(intptr_t*,
intptr_t*, u_char*, intptr_t)':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:75: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In constructor 'frame::frame(intptr_t*,
intptr_t*, intptr_t*, u_char*)':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:94: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In constructor 'frame::frame(intptr_t*,
intptr_t*, intptr_t*, u_char*, intptr_t)':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:113: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In constructor 'frame::frame(intptr_t*,
intptr_t*)':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:142: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In member function 'intptr_t*
frame::interpreter_frame_last_sp() const':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:246: error: '_displacement' was not
declared in this scope
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp: In member function 'JavaCallWrapper*
frame::entry_frame_call_wrapper() const':
/Users/stephen/dev/java/src/mlvm/sources/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp:312: error: '_displacement' was not
declared in this scope
make[6]: *** [precompiled.hpp.gch] Error 1
make[5]: *** [the_vm] Error 2
make[4]: *** [product] Error 2
make[3]: *** [generic_build2] Error 2
make[2]: *** [product] Error 2
make[1]: *** [hotspot-build] Error 2
make: *** [build_product_image] Error 2
More information about the mlvm-dev
mailing list