corda/classpath/java
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
..
io fix various bugs in BufferedReader.readLine 2008-07-15 08:59:00 -06:00
lang maintain a table to look up methods called via JNI 2008-08-15 12:32:33 -06:00
net Added a getContentLength() method to URLConnection 2008-07-15 09:36:52 -06:00
nio implement ByteBuffer.getInt(int) 2008-08-12 11:09:17 -06:00
security add license headers 2008-07-13 18:56:18 -06:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util fix class cast exception in TreeSet ctor 2008-07-17 15:46:54 -06:00