Invokedynamic and inlining flags

2011-01-31 Thread Charles Oliver Nutter
Hello friends! After months on "vacation" from indy, I managed to spend some time this weekend updating JRuby's indy support. But this email is to ask about the inlining flag tweaks that still seem to be required. First, the good news: using a fastdebug build of MLVM from Stephen B (FYI, Stephen,

Auto Reply: Invokedynamic and inlining flags

2011-01-31 Thread bernard . traversat
This is an auto-replied message. I am out of office until Feb 7th with limited access to email. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

failures running dyn tests with jtreg on mlvm

2011-01-31 Thread Stephen Bannasch
I'm getting new failures running the dyn tests in mlvm. Seems like the -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles are being passed into junit. $ jtreg -jdk:build/bsd-amd64/j2sdk-image -v:verbose jdk/test/java/dyn/InvokeGenericTest.java --messages:(3/275)-- comma

Auto Reply: failures running dyn tests with jtreg on mlvm

2011-01-31 Thread bernard . traversat
This is an auto-replied message. I am out of office until Feb 7th with limited access to email. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: failures running dyn tests with jtreg on mlvm

2011-01-31 Thread John Rose
On Jan 31, 2011, at 3:50 PM, Stephen Bannasch wrote: > I'm getting new failures running the dyn tests in mlvm. > > Seems like the -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles are > being passed into junit. Oops, that should work. For some reason, the runtime for MHs now entangles

Re: failures running dyn tests with jtreg on mlvm

2011-01-31 Thread Stephen Bannasch
At 5:35 PM -0800 1/31/11, John Rose wrote: >On Jan 31, 2011, at 3:50 PM, Stephen Bannasch wrote: > >> I'm getting new failures running the dyn tests in mlvm. >> >> Seems like the -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles >> are being passed into junit. > >Oops, that should work.

Re: failures running dyn tests with jtreg on mlvm

2011-01-31 Thread John Rose
That's better. The assertion failure is fixed here: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/log?rev=7010180 It has to get pushed to jdk7 and then bsd-port. It got fixed directly in hotspot-comp and therefore does not appear in an mlvm patch. -- John On Jan 31, 2011, at 6:00 PM, Step

another Mac OS X mlvm build

2011-01-31 Thread Stephen Bannasch
After making sure the jdk/test/java/dyn tests pass (or had a good reason not to) I'm releasing my latest fastdebug build of mlvm: http://www.concord.org/~sbannasch/mlvm/java-1.7.0-internal-mlvm-2011_01_31.tar.gz This was built with the following guards: "buildable testable /coro" _