commit | 9340606dbea17265a1d70d23b616a8e172ca6898 | [log] [tgz] |
---|---|---|
author | Andrey Loskutov <loskutov@gmx.de> | Mon Oct 11 08:14:42 2021 +0200 |
committer | Andrey Loskutov <loskutov@gmx.de> | Tue Oct 12 06:00:10 2021 -0400 |
tree | a7e60b4d5697d48ce3ec787a4457fce70c31e74b | |
parent | 6d6407a1b4edc531107697d9fa403ea5b942d656 [diff] |
Bug 572324 - AdapterManager threadsafety issue Made "factories" map and its values concurrent collections to avoid ConcurrentModificationException introduced by https://git.eclipse.org/r/c/equinox/rt.equinox.bundles/+/152997 and to fix possible concurrent side effects possible before. Change-Id: I855d2aaa5fc9b0898588b71a2d511f933f379b6f Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.bundles/+/186344 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com> Reviewed-by: Sebastian Zarnekow <sebastian.zarnekow@gmail.com>