AnnotationUtils should use threadsafe ConcurrentMap (contention) [SPR-12878] #17476
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Johann Burkard opened SPR-12878 and commented
is a point of contention in my app and should be replaced by something like
ConcurrentSkipListMap
(but notConcurrentHashMap
becauseConcurrentSkipListMap
uses 1/10th the memory initially). Here's aComparator
forWeakReference
:Affects: 4.0.5, 4.0.8
Issue Links:
The text was updated successfully, but these errors were encountered: