-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: core-libs
-
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.