Error tring to use Eclipse with Rémi's DynamicIndyTest
Rémi Forax
forax at univ-mlv.fr
Wed Jan 19 07:33:12 PST 2011
On 01/19/2011 04:31 PM, Mark Roos wrote:
>
> > From:
> > Rémi Forax <forax at univ-mlv.fr>
>
> > Mark, it's an Eclipse bug.
> > MethodHandle.invokeExact and MethodHandle.invokeGeneric aren't
> > compiled correctly by Eclipse.
> >
>
> The compile works correctly its the run that fails. The .class files
> generated
> run fine using bash.
>
> On Eclipse 3.5 on mac the compile works but the run does not. On
> eclipse 3.6 on windows
> the compile fails but the run works (go figure). I addded -version to
> the vm parameters
> and I see that its getting the correct vm. So I was thinking that I
> have some path issue
> with the vm setup.
>
> Since I am up and running editing in eclipse and executing with bash
> all is good
Eclipse wraps arguments in an array. It should not.
So it compiles, but the generated bytecode sequence is not the one expected.
>
> thanks
> mark
Rémi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110119/4b3dcf50/attachment.html
More information about the mlvm-dev
mailing list