corda/classpath
Joshua Warner 46f7a45f12 add hashCode and equals methods to java/util/Map
Granted, this is weird - but this is what openjdk does.  Therefore,
some code that is compiled for openjdk (say, protobufs) will treat
calls to Map.hashCode as interface calls instead of virtual calls, as
they would have previously been under avian's classpath.

Also note that this error caused avian to abort in findInterfaceMethod
rather than throw an AbstractMethodError or somesuch - but that's a
problem for another day.
2014-08-15 10:44:22 -06:00
..
avian fix all the bugs 2014-07-12 16:57:24 -06:00
java add hashCode and equals methods to java/util/Map 2014-08-15 10:44:22 -06:00
sun update copyright years 2014-04-23 15:33:41 -06:00
java-io.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-lang.cpp Merge pull request #317 from joshuawarner32/cmake-vs 2014-07-31 08:16:48 -06:00
java-net.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-nio.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-util-zip.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
java-util.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
jni-util.h bulk, global reformat 2014-07-11 13:25:22 -06:00
sockets.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
sockets.h bulk, global reformat 2014-07-11 13:25:22 -06:00