RFR 8025002 .codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException

2013-09-18 Thread Paul Sandoz
Hi, Please review a fix for CharSequence.codePoints: http://hg.openjdk.java.net/lambda/lambda/jdk/rev/e040a0dda7e4 (That change set should apply cleanly to tl.) The incorrect spliterator characteristics were being reported when constructing the stream. Specifically it should not report

Re: RFR 8025002 .codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException

2013-09-18 Thread Henry Jen
Looks good to me. Cheers, Henry On Sep 18, 2013, at 11:27 AM, Paul Sandoz paul.san...@oracle.com wrote: Hi, Please review a fix for CharSequence.codePoints: http://hg.openjdk.java.net/lambda/lambda/jdk/rev/e040a0dda7e4 (That change set should apply cleanly to tl.) The incorrect