Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.2SDK
-
None
Description
When migrating to UIMA v3, code might inadvertently cause some feature structures (FSs) to be pinned in memory, typically by producing some int value that could be used to retrieve the FS. If pinned, a FS cannot be garbage collected.
Turning on this -D flag will produce a report of where code is pinning FSs.