corda/classpath/java
Joel Dice 2a43e68c16 fix all the bugs
So there I was, planning to just fix one little bug: Thread.holdsLock
and Thread.yield were missing for the Android class library.  Easy
enough, right?  So, I added a test, got it passing, and figured I'd go
ahead and run ci.sh with all three class libraries.  Big mistake.

Here's the stuff I found:

 * minor inconsistency in README.md about OpenSSL version

 * untested, broken Class.getEnclosingMethod (reported by Josh)

 * JNI test failed for tails=true Android build

 * Runtime.nativeExit missing for Android build

 * obsolete assertion in CallEvent broke tails=true Android build

 * obsolete superclass field offset padding broke bootimage=true Android build

 * runtime annotation parsing broke bootimage=true Android build
   (because we couldn't modify Addendum.annotationTable for classes in
   the heap image)

 * ci.sh tried building with both android=... and openjdk=..., which
   the makefile rightfully balked at

Sorry this is all in a single commit; I didn't expect so many
unrelated issues, and I'm too lazy to break them apart.
2014-07-12 16:57:24 -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 fix log level inheritance 2014-05-20 14:26:56 -06:00