Review request for JDK-8015350: Array.prototype.reduceRight issue with large length and index

A. Sundararajan sundararajan.athijegannathan at oracle.com
Wed Jun 5 03:04:59 PDT 2013


+1

On Wednesday 05 June 2013 03:23 PM, Hannes Wallnoefer wrote:
> Please review JDK-8015350: Array.prototype.reduceRight issue with 
> large length and index:
>
> http://cr.openjdk.java.net/~hannesw/8015350/
>
> We have to use long indices (and uint32 instead of int32) for array 
> iterators even if reduceRight is probably the only array method that 
> allows to test this without running for hours.
>
> Hannes



More information about the nashorn-dev mailing list