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

Hannes Wallnoefer hannes.wallnoefer at oracle.com
Wed Jun 5 02:53:57 PDT 2013


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