Incorrect push/pop used in JNI code
-------------------------------------
Key: UIMA-1063
URL: https://issues.apache.org/jira/browse/UIMA-1063
Project: UIMA
Issue Type: Bug
Components: C++ Framework
Reporter: Eddie Epstein
Assignee: Eddie Epstein
Fix For: 2.2C
PushLocalFrame/PopLocalFrame are incorrectly used when transferring CAS data
from the native environment to Java. These cause the newly created Java arrays
to be marked for GC, which can (and sometimes does!) take place before the
native routine has returned the reference to the new array to Java.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.