RFR JDK-8011427: java.util.concurrent collection Spliterator implementations (original) (raw)

Peter Levart peter.levart at gmail.com
Wed Apr 10 15:03:05 UTC 2013


On 04/10/2013 03:56 PM, Paul Sandoz wrote:

Hi,

Following up from JDK-8010096 [1] here is a webrev for spliterator implementations of collection classes in java.util.concurrent. More precisely it represents updates from JSR 166 for collection classes that implement spliterators: http://cr.openjdk.java.net/~psandoz/lambda/spliterator/jdk-8011427/webrev/ This is dependent on [1]. -- Like the previous webrev for collections in java.util this webrev contains the jdk changset file for my complete hg patch queue and not from the revision i specify. Also, i am getting errors such as: /usr/bin/awk: limited to 50 pat,pat statements at source line 89 source file /tmp/87498.file1 when generating HTML diff files for ConcurrentHashMap.java and ConcurrentSkipListMap.java. Anyone know how to resolve that?

Hi Paul,

Use Linux. I mean "gawk" has no such limitation. ;-)

Regards, Peter

Paul.

[1] http://cr.openjdk.java.net/~psandoz/lambda/spliterator/jdk-8010096/webrev/



More information about the core-libs-dev mailing list