Marshall Schor created UIMA-6249:
------------------------------------
Summary: remove sync contention in getJCasRegisteredType
Key: UIMA-6249
URL: https://issues.apache.org/jira/browse/UIMA-6249
Project: UIMA
Issue Type: Improvement
Components: Core Java Framework
Affects Versions: 3.1.1SDK
Reporter: Marshall Schor
Assignee: Marshall Schor
Fix For: 3.2.0SDK
User reports high contention for sync lock in getJCasRegisteredType.
Fix this by exploiting the fact that this is an array list which is added to
the end, and never updated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)