Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-18 Thread Stephen Bannasch
>On Nov 17, 2010, at 9:27 PM, Stephen Bannasch wrote: > >> At 1:29 PM -0800 11/16/10, John Rose wrote: >>> Stephen, that's my bug. Will fix ASAP. -- John >> >> Just tried again with these guards: >> >> export davinci=$(pwd) guards="buildable testable /coro /continuation" >> >> and am now getting

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-17 Thread John Rose
On Nov 17, 2010, at 9:27 PM, Stephen Bannasch wrote: > At 1:29 PM -0800 11/16/10, John Rose wrote: >> Stephen, that's my bug. Will fix ASAP. -- John > > Just tried again with these guards: > > export davinci=$(pwd) guards="buildable testable /coro /continuation" > > and am now getting this er

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-17 Thread Stephen Bannasch
At 1:29 PM -0800 11/16/10, John Rose wrote: >Stephen, that's my bug. Will fix ASAP. -- John Just tried again with these guards: export davinci=$(pwd) guards="buildable testable /coro /continuation" and am now getting this error: /usr/local/soylatte16-i386-1.0.3/bin/java -XX:-PrintVMOptions -

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-16 Thread John Rose
Stephen, that's my bug. Will fix ASAP. -- John On Nov 8, 2010, at 6:21 PM, Stephen Bannasch wrote: > If I exclude the coro patch: > > export davinci=$(pwd) guards="buildable testable /coro" > > Then I get this error: > > # Running javac: > /usr/local/soylatte16-i386-1.0.3/bin/java -XX:-Pri

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-09 Thread Stephen Bannasch
At 7:51 PM +0100 11/9/10, Lukas Stadler wrote: >Hi! > >Could you please try also excluding the continuation patch? I think that >it works only on Linux, at least it says so on the its wiki page. >Maybe I should add a "Linux" guard... > I get the same error trying to compile: BootstrapMethod.jav

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-09 Thread Lukas Stadler
Hi! Could you please try also excluding the continuation patch? I think that it works only on Linux, at least it says so on the its wiki page. Maybe I should add a "Linux" guard... - Lukas Am 2010-11-09 03:21, schrieb Stephen Bannasch: > If I exclude the coro patch: > > export davinci=$(pwd

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-08 Thread Stephen Bannasch
If I exclude the coro patch: export davinci=$(pwd) guards="buildable testable /coro" Then I get this error: # Running javac: /usr/local/soylatte16-i386-1.0.3/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-08 Thread Stephen Bannasch
>Replacing NULL with NULL_WORD fixed these compilation warnings compiling >coroutine.cpp (and similarwarnings in >sharedRuntime_x86_64.cpp): > >diff --git a/src/cpu/x86/vm/sharedRuntime_x86_64.cpp >b/src/cpu/x86/vm/sharedRuntime_x86_64.cpp >--- a/src/cpu/x86/vm/sharedRuntime_x86_64.cpp >+++ b/src

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-08 Thread Stephen Bannasch
At 7:36 PM -0500 11/8/10, Stephen Bannasch wrote: >But now I'm getting these errors compiling sharedRuntime_x86_64.cpp: > >sharedRuntime_x86_64.cpp:1328: error: '_prepareSwitch' is not a member of >'vmIntrinsics' >sharedRuntime_x86_64.cpp:1330: error: '_switchTo' is not a member of >'vmIntrinsics

Re: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-08 Thread Stephen Bannasch
Replacing NULL with NULL_WORD fixed these compilation warnings compiling coroutine.cpp (and similar warnings in sharedRuntime_x86_64.cpp): diff --git a/src/cpu/x86/vm/sharedRuntime_x86_64.cpp b/src/cpu/x86/vm/sharedRuntime_x86_64.cpp --- a/src/cpu/x86/vm/sharedRuntime_x86_64.cpp +++ b/src/cpu/x

Auto Reply: Auto Reply: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-06 Thread nicolay . haustov
I'm on vacation from Nov 4 until Nov 15. For ugent issues contact evgeny.yav...@oracle.com ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Auto Reply: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-06 Thread nicolay . haustov
I'm on vacation from Nov 4 until Nov 15. For ugent issues contact evgeny.yav...@oracle.com ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-06 Thread Stephen Bannasch
I'm getting warnings building hotspot/src/share/vm/runtime/coroutine.cpp ... the build reports: "cc1plus: warnings being treated as errors" Compiling /Users/stephen/dev/java/src/mlvm/sources/hotspot/src/share/vm/runtime/coroutine.cpp rm -f coroutine.o /Users/stephen/dev/java/src/mlvm/sources/ALT