Updated backport?
Rémi Forax
forax at univ-mlv.fr
Wed Oct 6 06:46:05 PDT 2010
Le 06/10/2010 06:18, Charles Oliver Nutter a écrit :
> 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...
>
sorry,
I've forgotten that there is a dependency between java.dyn and sun.dyn.
I've updated the backport (1.4a).
John, do you have a bug for removing this unwanted dependency ?
> - Charlie
>
Rémi
More information about the mlvm-dev
mailing list