hg: mlvm/mlvm/hotspot: indy-deopt: assign bug number

2010-07-15 Thread john . r . rose
Changeset: bb4ea7238826 Author:jrose Date: 2010-07-15 14:26 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/bb4ea7238826 indy-deopt: assign bug number = indy-deopt-6969574.patch indy-deopt-badly.patch ! series ___ mlvm-dev

Re: Invokedynamic slower than reflection?

2010-07-15 Thread John Rose
It was some sort of bitrot. I pushed a fix for this to mlvm/hotspot. Thanks for the reports! -- John On Jun 5, 2010, at 10:58 AM, Rémi Forax wrote: Le 05/06/2010 02:01, John Rose a écrit : Is the call site megamutable? (Is it linked many times instead of once?) -- John no ! The

hg: mlvm/mlvm/hotspot: indy: tweak patches (cast pacifies compiler warning)

2010-07-15 Thread john . r . rose
Changeset: c84214de4ca2 Author:jrose Date: 2010-07-15 19:29 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/c84214de4ca2 indy: tweak patches (cast pacifies compiler warning) ! indy-bsm-6964498.patch ! indy-deopt-6969574.patch

hg: mlvm/mlvm/hotspot: dynopt: add missing check for degenerate control

2010-07-15 Thread john . r . rose
Changeset: 16fa70283faf Author:jrose Date: 2010-07-15 20:28 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/16fa70283faf dynopt: add missing check for degenerate control ! dynopt-6912064.patch ___ mlvm-dev mailing list

getting a fatal error/Abort trap building mlvm

2010-07-15 Thread Stephen Bannasch
I just updated the bsdport sources and the mlvm patchsets and I'm getting the following fatal error in the Java runtime just after executing: cd bsd_i486_compiler1/fastdebug ./test_gamma # A fatal error has been detected by the Java Runtime Environment: # # Internal Error

hg: mlvm/mlvm/hotspot: indy: return correct answer for unloaded method query

2010-07-15 Thread john . r . rose
Changeset: 0362b5ab6c4d Author:jrose Date: 2010-07-15 21:19 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/0362b5ab6c4d indy: return correct answer for unloaded method query ! indy-deopt-6969574.patch ___ mlvm-dev mailing

Re: getting a fatal error/Abort trap building mlvm

2010-07-15 Thread John Rose
Yikes. Thanks for the quick report, Stephen. I pushed an updated patch to get past the immediate bug and am looking more at the problem. -- John P.S. Here are some random notes about debugging which might be useful: The log file hs_err_pid70212.log might have been interesting for me to look