Request for reviews (M): 6930772: JSR 292 needs to support SPARC C1
Tom Rodriguez
tom.rodriguez at oracle.com
Mon Apr 26 10:32:22 PDT 2010
>>
>> http://cr.openjdk.java.net/~twisti/6930772/webrev.05/
>
> That doesn't work, it hits an assert. It seems the problem happens
> because the local temporary reference goes dead and then an assert is
> hit somewhere in the register allocator.
Oh right, it hangs onto the reference.
>
> The only way I can see to make this work is to put the temporary into
> LIR_OpJavaCall.
It's either in there or adding some special handling support in LIR_OpVisitState but adding it in the call seems more reasonable.
tom
>
> -- Christian
>
More information about the hotspot-compiler-dev
mailing list