-
Bug
-
Resolution: Fixed
-
P3
-
23
-
b10
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
The Javadoc for ConcurrentSkipListSet warns that the size method requires traversing the elements.
That is no longer true as of https://bugs.openjdk.org/browse/JDK-8186226 in which size was reimplemented in ConcurrentSkipListMap
REGRESSION : Last worked in version 8
FREQUENCY : always
The Javadoc for ConcurrentSkipListSet warns that the size method requires traversing the elements.
That is no longer true as of https://bugs.openjdk.org/browse/JDK-8186226 in which size was reimplemented in ConcurrentSkipListMap
REGRESSION : Last worked in version 8
FREQUENCY : always
- relates to
-
JDK-8186226 Improve ConcurrentSkipListMap performance on weak memory model machines
- Resolved
- links to
-
Commit(master) openjdk/jdk/d3e7b0c1
-
Review(master) openjdk/jdk/20388