-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b53
-
generic
-
generic
-
Verified
Methods of CopyOnWriteArrayList guarantee safety under concurrency by
always operating on snapshots. But equals() calls size(), then takes a snapshot,
creating an obvious race.
always operating on snapshots. But equals() calls size(), then takes a snapshot,
creating an obvious race.