Joel Dice c8cc7d931b maintain a table to look up methods called via JNI
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.
2008-08-15 12:32:33 -06:00
..
2008-03-30 22:23:51 -06:00
2008-04-30 09:44:17 -06:00
2008-06-04 16:17:06 -06:00
2008-04-13 12:15:04 -06:00
2008-04-13 12:15:04 -06:00
2008-07-31 07:53:43 -06:00
2008-04-13 12:15:04 -06:00