RFR JDK-8011427: java.util.concurrent collection Spliterator implementations
Paul Sandoz
paul.sandoz at oracle.com
Wed Apr 10 06:56:37 PDT 2013
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?
Paul.
[1] http://cr.openjdk.java.net/~psandoz/lambda/spliterator/jdk-8010096/webrev/
More information about the lambda-dev
mailing list