Re: Illegal Instruction in debug_build

2011-10-22 Thread Michael Barker
This appears to work. By work, it does crash when compiled in debug mode. --- a/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sun Oct 16 20:57:02 2011 +0100 +++ b/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Oct 22 12:27:35 2011 +0100 @@ -275,12 +275,11 @@ #endif address os::current_stack_pointer

Re: Illegal Instruction in debug_build

2011-10-22 Thread Michael Barker
On Sat, Oct 22, 2011 at 3:08 PM, Michael Barker wrote: > This appears to work.  By work, it does crash when compiled in debug mode. Typo, I meant it does _not_ crash when compile with debug. Mike. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net htt

uploaded new mlvm build

2011-10-22 Thread Stephen Bannasch
I've uploaded a new mlvm build from today: http://www.concord.org/~sbannasch/mlvm/java-1.8.0-internal-mlvm-2011_10_22.tar.gz Built on Mac OS X 10.6.8. Ran these jtreg tests: jdk/test/java/lang/invoke jdk/test/java/dyn/CoroutineTest.java everything passed except: FAILED: java/lang

Re: uploaded new mlvm build

2011-10-22 Thread John Rose
Thanks Stephen, for the build and the quality report. BTW, I'm working on simplifying method handle internals and will post a WIP patch soon. -- John On Oct 22, 2011, at 8:59 PM, Stephen Bannasch wrote: > I've uploaded a new mlvm build from today: > > > http://www.concord.org/~sbannasch/ml