RFR JDK-8011427: java.util.concurrent collection Spliterator implementations (original) (raw)
Paul Sandoz paul.sandoz at oracle.com
Fri Apr 12 10:31:51 UTC 2013
- Previous message: RFR JDK-8011427: java.util.concurrent collection Spliterator implementations
- Next message: RFR: 8010279 - Comparators should throw NPE on null argument
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Apr 10, 2013, at 5:03 PM, Peter Levart <peter.levart at gmail.com> wrote:
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. ;-)
Thanks, i installed gawk via mac port, which fixed the errors.
I updated the webrev, which now includes the previously omitted ConcurrentSkipListSet and some recent updates from 166 to CopyOnWriteArraySet, CopyOnWriteArrayList, and ConcurrentHashMap.
Paul.
- Previous message: RFR JDK-8011427: java.util.concurrent collection Spliterator implementations
- Next message: RFR: 8010279 - Comparators should throw NPE on null argument
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]