The NoClassDefFoundError bug is back :(
Charles Oliver Nutter
headius at headius.com
Thu Dec 8 23:35:30 PST 2011
On Thu, Dec 8, 2011 at 2:16 PM, Rémi Forax <forax at 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
More information about the mlvm-dev
mailing list