Request for review (XS): 7009849: C1: Incorrect frame size computation
Igor Veresov
igor.veresov at oracle.com
Thu Dec 30 23:28:00 PST 2010
Thanks Vladimir and Paul!
igor
On 12/30/10 10:47 PM, Vladimir Kozlov wrote:
> Good.
>
> Vladimir
>
> On 12/30/10 7:55 PM, Igor Veresov wrote:
>> C1 doesn't take into account STACK_BIAS when computing frame sizes for
>> methods with outgoing calls. The problem
>> manifests itself as a bailout from compilation on SPARC 64bit (the
>> only platform that has non-zero STACK_BIAS) because
>> the frame size is computed too large.
>>
>> Webrev: http://cr.openjdk.java.net/~iveresov/7009849/webrev.00
>>
>> Thanks,
>> igor
More information about the hotspot-compiler-dev
mailing list