Remove unnecessary external synchronization from SerializerCache
access of _sharedMap
#4442
Labels
2.18
Issues planned at 2.18 or later
(note: off-shoot of #4430 )
Due to historical reasons,
SerializerCache
usessynchronized
around all access toLookupCache _sharedMap
. This is not necessary asLookupCache
implementations must implement thread-safe access.Let's remove these statements around access.
But just in case do it only for 2.18, not 2.17 patch release.
The text was updated successfully, but these errors were encountered: