corda/classpath
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
..
java maintain a table to look up methods called via JNI 2008-08-15 12:32:33 -06:00
java-io.cpp implement File.list and File.mkdirs 2008-07-13 18:14:37 -06:00
java-lang.cpp fix System.currentTimeMillis on Windows 2008-06-17 09:05:57 -06:00
java-nio.cpp clean up exception handling in java-nio.cpp 2008-07-21 15:35:14 -06:00
java-util-zip.cpp prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
java-util.cpp implement Date.toString, which just defers to ctime for now 2008-06-16 10:08:51 -06:00
jni-util.h implement Date.toString, which just defers to ctime for now (part 2) 2008-06-16 11:45:23 -06:00