Commit 00f3ec1
taylor.smock
Fix #22580: AbstractPrimitive#putAll was not creating a copy of the
This broke the RCU contract (Read-Copy-Update), since we were not modifying a
''copy'' of the array.
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18617 0c6e7542-c601-0410-84e7-c038aed88b3bkeys array1 parent 3770ed9 commit 00f3ec1
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
| 627 | + | |
627 | 628 | | |
628 | 629 | | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
632 | | - | |
| 633 | + | |
633 | 634 | | |
634 | 635 | | |
635 | 636 | | |
| |||
0 commit comments