Re: hg: mlvm/mlvm/hotspot: indy.compiler: First commit, not enabled in series file.

2009-06-23 Thread John Rose
I just pushed an update which fixed the stack pointer smashing problem we ran into at JavaOne. Since C2 stack frames do not use EBP for a frame pointer (EBP is a regular register) there is no way to checkpoint the current ESP just before a method handle call. This is unfortunate, since

hg: mlvm/mlvm/hotspot: indy.compiler: First commit, not enabled in series file.

2009-06-18 Thread Christian . Thalinger
Changeset: aeb8308e7dfe Author:twisti Date: 2009-06-17 15:24 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/aeb8308e7dfe indy.compiler: First commit, not enabled in series file. + indy.compiler.patch ___ mlvm-dev mailing

Re: hg: mlvm/mlvm/hotspot: indy.compiler: First commit, not enabled in series file.

2009-06-18 Thread Christian Thalinger
christian.thalin...@sun.com wrote: Changeset: aeb8308e7dfe Author:twisti Date: 2009-06-17 15:24 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/aeb8308e7dfe indy.compiler: First commit, not enabled in series file. + indy.compiler.patch Although it's not