Hi Stephen. Thanks a lot for your build. The binary works for me, but I am still having trouble building from source on Snow Leopard. I keep receiving the following error:
/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp: In member function 'int LIR_Assembler::emit_unwind_handler()': /Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:472: error: call of overloaded 'movptr(Address, int32_t)' is ambiguous /Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2189: note: candidates are: void MacroAssembler::movptr(Address, intptr_t) /Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2191: note: void MacroAssembler::movptr(Address, RegisterImpl*) /Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:473: error: call of overloaded 'movptr(Address, int32_t)' is ambiguous /Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2189: note: candidates are: void MacroAssembler::movptr(Address, intptr_t) /Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2191: note: void MacroAssembler::movptr(Address, RegisterImpl*) Any help would be greatly appreciated. Eric -- Dr. Eric Bodden Software Technology Group, Technische Universität Darmstadt, Germany Tel: +49 6151 16-5478 Fax: +49 6151 16-5410 Mailing Address: S2|02 A209, Hochschulstraße 10, 64289 Darmstadt On 30 May 2010 17:31, Stephen Bannasch <[email protected]> wrote: > FYI: I updated my Mac OS X mlvm build Friday and posted a tarball here: > > http://www.concord.org/~sbannasch/mlvm/java-1.7.0-internal-2010_05_28.tar.gz > > Built on 10.5.8. Here's the script I use to build it: > http://gist.github.com/243072 > > $ /usr/local/java-1.7.0/bin/java -version > > openjdk version "1.7.0-internal" > OpenJDK Runtime Environment (build > 1.7.0-internal-stephen_2010_05_28_19_48-b00) > OpenJDK Server VM (build 18.0-b04, mixed mode) > _______________________________________________ > mlvm-dev mailing list > [email protected] > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev > _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
