review(XS) 7033732: C1: When calling c2 arraycopy stubs offsets and length must have clear upper 32bits

Tom Rodriguez tom.rodriguez at oracle.com
Mon Apr 4 15:40:17 PDT 2011


Looks good.  Thanks for fixing this.

tom

On Apr 4, 2011, at 3:37 PM, Igor Veresov wrote:

> With 7033154 we started calling c2 arraycopy stubs from c1. On sparcv9 we must clear the upper 32bits for offset (src_pos, dst_pos) and length parameters when calling them.
> 
> Tested with failing nightlies.
> 
> Webrev: http://cr.openjdk.java.net/~iveresov/7033732/webrev.00/
> 
> igor



More information about the hotspot-compiler-dev mailing list