hg: mlvm/mlvm/hotspot: indy.compiler: Fixed C1 compilation.

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Oct 6 08:37:12 PDT 2009


On Tue, 2009-10-06 at 17:07 +0200, Rémi Forax wrote:
> Christian.Thalinger at Sun.COM a écrit :
> > Changeset: 65225fbd2833
> > Author:    twisti
> > Date:      2009-10-06 17:03 +0200
> > URL:       http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/65225fbd2833
> >
> > indy.compiler: Fixed C1 compilation.
> >
> > ! indy.compiler.patch
> >   
> 
> Hi twisti,
> what's the problem between escape analysis and invokedynamic ?

The current EA implementation does not take care about invokedynamic and
that leads to asserts.  It simply does not work right now.  We need to
change the implementation, so we disable it for now.

-- Christian



More information about the mlvm-dev mailing list