Re: RFR 8075230 Optimized count operations incorrectly declare the stream shape

2015-03-16 Thread Aggelos Biboudis
Sry, for the incorrect shapes. Thanks Paul! Aggelos. On Mon, Mar 16, 2015 at 4:04 PM, Paul Sandoz wrote: > Hi, > > This is a fix for a silly regression introduced with JDK-8067969 > (optimized count operations) that i should have caught in review. > > > http://cr.openjdk.java.net/~psandoz/jdk

Re: RFR 8075230 Optimized count operations incorrectly declare the stream shape

2015-03-16 Thread Chris Hegarty
On 16/03/15 14:04, Paul Sandoz wrote: Hi, This is a fix for a silly regression introduced with JDK-8067969 (optimized count operations) that i should have caught in review. I also missed it :-( http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8075230-count-prims-shape/webrev/ Looks fine

RFR 8075230 Optimized count operations incorrectly declare the stream shape

2015-03-16 Thread Paul Sandoz
Hi, This is a fix for a silly regression introduced with JDK-8067969 (optimized count operations) that i should have caught in review. http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8075230-count-prims-shape/webrev/ The count operations for int, long and double incorrectly declare a stream sha