Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.0SDK
-
Fix Version/s: 2.6.0SDK
-
Component/s: Core Java Framework
-
Labels:None
Description
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.