History log of /openjdk10/jdk/test/java/util/Spliterator/SpliteratorCollisions.java
Revision Date Author Comments
# 17193:94b8ceb3d633 11-May-2017 amlu

8085814: Move stream test library to the jdk test library area
8173414: Some testng tests check nothing in java util stream
Reviewed-by: psandoz


# 17164:88379fba79d3 04-May-2017 amlu

8023897: Replace/update/rename executeAndCatch in various tests to assertThrows
Reviewed-by: dfuchs, prappo, psandoz, rriggs


# 16719:46052e3e5372 13-Feb-2017 amlu

8169903: Refactor spliterator traversing tests into a library
Reviewed-by: psandoz


# 12745:f068a4ffddd2 15-Sep-2015 martin

8136583: Core libraries should use blessed modifier order
Summary: Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart


# 7899:02ce5a0e4b98 15-Aug-2013 psandoz

8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
Reviewed-by: henryjen, alanb, rriggs


# 7680:9b17939958e7 12-Jul-2013 henryjen

8015320: Pull spliterator() up from Collection to Iterable
Reviewed-by: psandoz, mduigou
Contributed-by: brian.goetz@oracle.com


# 7296:5223d3228658 04-Jun-2013 bchristi

8005698: Handle Frequent HashMap Collisions with Balanced Trees
Summary: HashMap bins with many collisions store entries in balanced trees
Reviewed-by: alanb, dl, mduigou