You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following script, from @bbrowning, shows that we have a large object churn and classloader contention when creating digest instances, due to the logic in findImplEngine running for every new instance.
I've got a patch on the way. Unsure how we can test this, though, since we'd have to confirm it runs in a certain amount of time to confirm the contention is gone.