Updated backport?
Charles Oliver Nutter
headius at headius.com
Tue Oct 5 21:18:15 PDT 2010
On Tue, Oct 5, 2010 at 5:06 PM, Rémi Forax <forax at univ-mlv.fr> wrote:
> The latest backport includes the generation of stubs at runtime.
> These stubs are roughly the equivalent of JRuby's ones
> but generated on demand.
>
> Let me know if there is a problem. I'm not fully confident
> of the path that starts from an invokeGenerics and ends with a stub.
I spoke too soon :( The mock does have a problem: MethodHandle, and
perhaps other classes, still extends sun.dyn.MethodHandleImpl. Since
that class isn't available on Java 5/6, it blows up compilation.
I'm going to have to roll everything indy-related back to March for
now so I can get JRuby compiling again. If I can help get
jsr292-backport to have a nice all-encompassing build, let me know...
- Charlie
More information about the mlvm-dev
mailing list