corda/classpath/java
Joel Dice abe8bc6fda fix exception wrapping for Method.invoke and static initializers
Method.invoke should initialize its class before invoking the method,
throwing an ExceptionInInitializerError if it fails, without wrapping
said error in an InvocationTargetException.

Also, we must initialize ExceptionInInitializerError.exception when
throwing instances from the VM, since OpenJDK's
ExceptionInInitializerError.getCause uses the exception field, not the
cause field.
2013-12-05 22:28:13 -07:00
..
io Add FileChannel#size() 2013-12-04 15:23:03 -06:00
lang fix exception wrapping for Method.invoke and static initializers 2013-12-05 22:28:13 -07:00
math update copyright years 2013-07-02 20:52:38 -06:00
net Implement socket API 2013-11-08 09:55:43 -07:00
nio Add FileChannel#size() 2013-12-04 15:23:03 -06:00
security update copyright years 2013-07-02 20:52:38 -06:00
text fix Dates test for openjdk and stub out java.util.TimeZone 2013-11-07 20:44:02 -07:00
util modify TreeSet.MyIterator to support both ascending and descending iteration 2013-12-04 17:52:27 -07:00