Todd Lipcon created IMPALA-7421:
-----------------------------------

             Summary: Static methods called with wrong JNI function
                 Key: IMPALA-7421
                 URL: https://issues.apache.org/jira/browse/IMPALA-7421
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
             Fix For: Impala 3.1.0


There are various static Java methods which are loaded with 
JniUtil::LoadStaticJniMethod. Many of them are then called using 
'CallObjectMethod' instead of the appropriate 'CallStaticObjectMethod'. This 
seems to cause crashes when running with -Xcheck:jni



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to