Re: RFR 8011427 java.util.concurrent collection Spliterator implementations

2013-06-27 Thread Paul Sandoz
I forgot to mention this patch is based off the comparator's patch which is required by updates to ConcurrentSkipListMap.java. Paul. On Jun 27, 2013, at 5:33 PM, Paul Sandoz wrote: > Hi, > > This webrev contains updates of java.util.concurrent collections from 166: > > http://cr.openjdk.jav

RFR 8011427 java.util.concurrent collection Spliterator implementations

2013-06-27 Thread Paul Sandoz
Hi, This webrev contains updates of java.util.concurrent collections from 166: http://cr.openjdk.java.net/~psandoz/tl/JDK-8011427-concur-splits/webrev/ More specifically: - spliterator implementations (which are tested by the existing spltierator tests). - various doc updates. - and other