-
Bug
-
Resolution: Fixed
-
P3
-
5.0-pool
-
b02
-
generic
-
generic
-
Verified
CopyOnWriteArrayList:addAllAbsent incorrectly add the ConcurrentHashMap elements to the list.
As a result list contains elements that was there before the addAll call + the multiple instances of the last element of ConcurentHashMap.
As a result list contains elements that was there before the addAll call + the multiple instances of the last element of ConcurentHashMap.