History log of /openjdk9/jdk/test/java/util/concurrent/tck/Collection8Test.java
Revision Date Author Comments
# 16621:06bdfec766f4 03-Feb-2017 dl

8169748: LinkedTransferQueue bulk remove is O(n^2)
8172023: Concurrent spliterators fail to handle exhaustion properly
Reviewed-by: martin, psandoz, smarks


# 16375:0e90257ab700 21-Dec-2016 dl

8171051: LinkedBlockingQueue spliterator needs to support node self-linking
Reviewed-by: martin, smarks, psandoz


# 16158:a15610e000ba 29-Nov-2016 dl

8143577: optimize ArrayList.removeIf
8169679: ArrayList.subList().iterator().forEachRemaining() off-by-one-error
8167202: ArrayDeque improvements
8164793: new ArrayDeque(2**N) allocates backing array of size 2**(N+1)
8169739: LinkedBlockingDeque spliterator needs to support node self-linking
8169738: CopyOnWriteArrayList subList needs more synchronization
Reviewed-by: martin, smarks, psandoz, forax


# 13813:75b933981e86 03-Mar-2016 dl

8150416: Miscellaneous changes imported from jsr166 CVS 2016-03
Reviewed-by: martin, psandoz


# 13564:1f4febd3c93d 29-Jan-2016 dl

8146467: Integrate JSR 166 jck tests into JDK repo
Reviewed-by: martin, psandoz, chegar, fyuan, jjg