GitHub user selvaganesang opened a pull request: https://github.com/apache/incubator-trafodion/pull/861
[TRAFODION-1988] Better java exception handling in the java/JNI layer⦠⦠in TM The following problems are fixed: The loaded classes reference are made global to avoid the class reference from gc-ed Introduced push/pop frame concepts to avoid memory growth usually observed with many JNI/java transitions Logged the errors via log4cxx mechanism instead of stdout Possibly fixes the tm core dumped in obscure way at times You can merge this pull request into a Git repository by running: $ git pull https://github.com/selvaganesang/incubator-trafodion trafodion-1988 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/861.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #861 ---- commit f502bc500a8ece5a07ff63dffd2a5d0410b2b8dc Author: selvaganesang <selva.govindara...@esgyn.com> Date: 2016-12-02T18:35:45Z [TRAFODION-1988] Better java exception handling in the java/JNI layer in TM The following problems are fixed: The loaded classes reference are made global to avoid the class reference from gc-ed Introduced push/pop frame concepts to avoid memory growth usually observed with many JNI/java transitions Logged the errors via log4cxx mechanism instead of stdout Possibly fixes the tm core dumped in obscure way at times ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---