-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The SecurityProviderServerMechanismFactory regularly interacts with the Provider which can cause contention as calls to getServices() and getService(S,S) are synchronized.
Runtime updates are not actually expected so we should cache the interactions.