mirror of
https://github.com/corda/corda.git
synced 2025-01-09 14:33:30 +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. |
||
---|---|---|
.. | ||
AccessibleObject.java | ||
Array.java | ||
Constructor.java | ||
Field.java | ||
InvocationTargetException.java | ||
Member.java | ||
Method.java | ||
Modifier.java |