Review request for JDK-8015350: Array.prototype.reduceRight issue with large length and index
Attila Szegedi
attila.szegedi at oracle.com
Wed Jun 5 03:04:52 PDT 2013
+1
On Jun 5, 2013, at 11:53 AM, Hannes Wallnoefer <hannes.wallnoefer at oracle.com> 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