corda/classpath/java
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
..
io Change ByteArrayOutputStream's toString function to match openJDK's expectation 2014-05-14 17:09:15 -06:00
lang fix all the bugs 2014-07-12 16:57:24 -06:00
math update copyright years 2014-04-23 15:33:41 -06:00
net Merge pull request #242 from dicej/copyright 2014-04-24 18:45:18 -06:00
nio update copyright years 2014-04-23 15:33:41 -06:00
security update copyright years 2014-04-23 15:33:41 -06:00
text update copyright years 2014-04-23 15:33:41 -06:00
util add hashCode and equals methods to java/util/Map 2014-08-15 10:44:22 -06:00