mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
c8cc7d931b
This simplifies the JNI implementation for looking up methods. It also fixes a bug where an applications calls GetStaticMethodID with class A and then calls CallStatic<Type>Method with class B which extends A. The old code would look in the wrong method table and thus call the wrong method. |
||
---|---|---|
.. | ||
java | ||
java-io.cpp | ||
java-lang.cpp | ||
java-nio.cpp | ||
java-util-zip.cpp | ||
java-util.cpp | ||
jni-util.h |