Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.0
-
None
-
ghx-label-5
Description
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
Attachments
Issue Links
- relates to
-
IMPALA-7489 Run tests with -Xcheck:jni enabled for debug mode
- Open