mirror of
https://github.com/corda/corda.git
synced 2025-02-08 20:10:22 +00:00
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.