cziegeler commented on a change in pull request #81:
URL: https://github.com/apache/felix-dev/pull/81#discussion_r673989875



##########
File path: 
scr/src/main/java/org/apache/felix/scr/impl/manager/ComponentContextImpl.java
##########
@@ -328,7 +328,7 @@ public void dispose()
 
     private Map<RefPair<?, ?>, Object> createNewFieldHandlerMap()
     {
-        return new TreeMap<>(
+        return new ConcurrentSkipListMap<>(

Review comment:
       Ignore the above comment :) But I think in general the code expects to 
not be called concurrently (if I remember correctly). So there should be some 
synchronization somewhere




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to