hg: mlvm/mlvm/jdk: 2 new changesets

2011-02-23 Thread john . r . rose
Changeset: c96e4e71616b Author:jrose Date: 2011-02-23 00:51 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/c96e4e71616b meth-doc: tweak PR docs ! meth-doc-7014005.patch Changeset: 76b5bc85253d Author:jrose Date: 2011-02-23 00:51 -0800 URL: http://hg.openjdk

Significant indy slowdown on JRuby + redblack bench

2011-02-23 Thread Charles Oliver Nutter
Is it useful for me to continue posting these, or should I just keep them to myself for now? It's also possible to run many JRuby benchmarks from our repository's bench/ dir. I've been looking at a red/black tree impl and benchmark recently on JRuby. With stock JRuby settings, it performs around 3

jdk/test/java/dyn jtreg test errors with mlvm

2011-02-23 Thread Stephen Bannasch
I built mlvm today an got the following errors running jdk/test/java/dyn tests: Passed: java/dyn/ClassValueTest.java FAILED: java/dyn/InvokeDynamicPrintArgs.java FAILED: java/dyn/InvokeGenericTest.java FAILED: java/dyn/JavaDocExamplesTest.java FAILED: java/dyn/MethodHandlesTest.java

hg: mlvm/mlvm/hotspot: fix series file

2011-02-23 Thread john . r . rose
Changeset: 771f966c3472 Author:jrose Date: 2011-02-23 10:58 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/771f966c3472 fix series file ! series ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.ne

Re: jdk/test/java/dyn jtreg test errors with mlvm

2011-02-23 Thread John Rose
Thanks for the build and the report, Stephen! We dropped a keyword (-testable) from the series file in patches/hotspot/. I just put it back. Sorry for the mess. Best wishes, -- John ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openj

Re: jdk/test/java/dyn jtreg test errors with mlvm

2011-02-23 Thread Stephen Bannasch
At 10:59 AM -0800 2/23/11, John Rose wrote: >Thanks for the build and the report, Stephen! > >We dropped a keyword (-testable) from the series file in patches/hotspot/. > >I just put it back. Sorry for the mess. Thanks, I'm still getting errors running these tests: java/dyn/InvokeDynamicPrintAr

Re: Significant indy slowdown on JRuby + redblack bench

2011-02-23 Thread John Rose
These results are very useful, and you are very welcome to post them. We all need to see how things are shaping up in user experiences so that we can best allocate our time. Here's the "but": Christian and I are working on bugs and refactoring/renaming this month and next. This means that we

Re: jdk/test/java/dyn jtreg test errors with mlvm

2011-02-23 Thread John Rose
On Feb 23, 2011, at 11:24 AM, Stephen Bannasch wrote: > I'm still getting errors running these tests: > java/dyn/InvokeDynamicPrintArgs.java That's better. That's that error from January, which should go away when bsd-port catches up with bug fix 7010180. http://mail.openjdk.java.net/pipermai

new macosx mlvm build available: 20110223

2011-02-23 Thread Stephen Bannasch
http://www.concord.org/~sbannasch/mlvm/java-1.7.0-internal-mlvm-2011_02_23.tar.gz ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: Significant indy slowdown on JRuby + redblack bench

2011-02-23 Thread Charles Oliver Nutter
On Wed, Feb 23, 2011 at 1:25 PM, John Rose wrote: > These results are very useful, and you are very welcome to post them.  We all > need to see how things are shaping up in user experiences so that we can best > allocate our time. > > Here's the "but":  Christian and I are working on bugs and >

Re: Significant indy slowdown on JRuby + redblack bench

2011-02-23 Thread Ben Evans
On Wed, Feb 23, 2011 at 8:11 PM, Charles Oliver Nutter wrote: > On Wed, Feb 23, 2011 at 1:25 PM, John Rose wrote: > > These results are very useful, and you are very welcome to post them. We > all need to see how things are shaping up in user experiences so that we can > best allocate our time.