mirror of
https://github.com/corda/corda.git
synced 2025-01-26 14:19:23 +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.