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
Switch to ConcurrentHashMap in SeqClassHierarchyFactory (#1379)
I believe this should address #1377. See
74b6c74.
For some reason at that point we decided not to use the type system to
enforce use of a `ConcurrentHashMap` always. In this spirit of trying
not to break things I didn't do that here, but instead changed
`SeqClassHierarchyFactory` to use `ConcurrentHashMap`.
Fixes#1377 (though we can reopen if the crash still happens)
0 commit comments