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.
