[ https://issues.apache.org/jira/browse/UIMA-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marshall Schor updated UIMA-3649: --------------------------------- Summary: Remove unneeded synchronization in core UIMA (was: Remove unneeded syncronization in core UIMA) > Remove unneeded synchronization in core UIMA > -------------------------------------------- > > Key: UIMA-3649 > URL: https://issues.apache.org/jira/browse/UIMA-3649 > Project: UIMA > Issue Type: Improvement > Components: Core Java Framework > Affects Versions: 2.5.0SDK > Reporter: Marshall Schor > Assignee: Marshall Schor > Priority: Minor > Fix For: 2.5.1SDK > > > As part of the general effort to get UIMA performance better in highly > multithreaded environments, find and remove unneeded synchronizations. One > such example: the UIMAFramework code has a static method, getInstance(), > which returns the value of a static field. There are no other > synchronizations within this class, so I believe this can be removed. -- This message was sent by Atlassian JIRA (v6.1.5#6160)