corda/classpath/java
Joel Dice 69426b9945 fix some lambda bugs
For lambdas that implement java.io.Serializable, the compiler emits
calls to LambdaMetaFactory.altMetafactory, not
LambdaMetaFactory.metafactory, so I've provided a stub implementation
that ignores that currently ignores the extra parameters it receives.

This also fixes a bug in compiling lambda glue code for lambdas that
take longs and/or doubles.
2016-12-04 21:06:07 -07:00
..
io Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. 2015-12-26 11:58:40 +01:00
lang fix some lambda bugs 2016-12-04 21:06:07 -07:00
math update copyright years 2015-03-13 12:52:59 -06:00
net Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. 2015-12-26 11:58:40 +01:00
nio added get/put float/double to ByteBuffers, as well as duplicate 2016-01-10 03:03:03 -07:00
security update copyright years 2015-03-13 12:52:59 -06:00
text update copyright years 2015-03-13 12:52:59 -06:00
util override write(byte[]) in DeflaterOutputStream 2016-08-23 22:39:30 -06:00