On 01/19/2011 04:31 PM, Mark Roos wrote:

> From:
> Rémi Forax <[email protected]>

> 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
_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to