corda/classpath
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
..
avian Added support for HTTP URL connections, and fixed SocketInputStream and BufferedInputStream. 2015-12-26 11:58:40 +01:00
dalvik/system update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
java fix some lambda bugs 2016-12-04 21:06:07 -07:00
libcore/reflect update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
sun add sun.misc.Unsafe.putDouble(Object,long,double) 2016-03-01 18:28:04 -07:00
java-io.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-lang.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-net.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-nio.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-util-zip.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-util.cpp update copyright years 2015-03-13 12:52:59 -06:00
jni-util.h update copyright years 2015-03-13 12:52:59 -06:00
sockets.cpp update copyright years 2015-03-13 12:52:59 -06:00
sockets.h update copyright years 2015-03-13 12:52:59 -06:00