Re: Review request for JDK-8025589

2013-09-30 Thread Attila Szegedi
+1 On Sep 27, 2013, at 5:32 PM, Hannes Wallnoefer wrote: > Please review JDK-8025589: Array.prototype.shift should only copy defined > elements in generic mode: > > http://cr.openjdk.java.net/~hannesw/8025589/ > > This is very similar to the Array.prototype.slice fix earlier today. > > Han

Review request for JDK-8025589

2013-09-27 Thread Hannes Wallnoefer
Please review JDK-8025589: Array.prototype.shift should only copy defined elements in generic mode: http://cr.openjdk.java.net/~hannesw/8025589/ This is very similar to the Array.prototype.slice fix earlier today. Hannes