RFR 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED

Paul Sandoz paul.sandoz at oracle.com
Thu Aug 8 09:03:08 UTC 2013


Hi,

The following patch fixes issues with the spliterators of ConcurrentSkipListMap:

  http://cr.openjdk.java.net/~psandoz/tl/JDK-8022326-CSLM-split/webrev/

Similar changes have already been made to TreeMap, which is also updated here to keep comments in sync. The changes to CSLM were taken directly from the 166 repo.

Paul.


More information about the core-libs-dev mailing list