-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.3-SNAPSHOT
-
Fix Version/s: 5.8.0-HF15, 5.9.4
-
Component/s: Runtime
-
Tags:
getComponentProvidingService is synchronized, this method get the service from a Hashtable and eventually activate the component.
The hashtable access create contention and should be replaced with a ConcurrentHashMap.