On Thu, Dec 8, 2011 at 2:16 PM, Rémi Forax <fo...@univ-mlv.fr> wrote:
> invokeWithArguments uses foldArgument and a generic invoker
> that maybe why you see the same error.
>
> about asType(), the idea is to erase the type before calling
> invokeWithArguments
> instead of
>   mh.invokeWithArgument(args);
> you can use
>   mh.asType(mh.type().erase()).invokeWithArguments(args);
>
> and I have no idea if it works and about the perf cost if there is a cost.

I'll try to give it a shot and see how it looks.

- Charlie
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to