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
..
2016-12-04 21:06:07 -07:00
2015-03-13 12:52:59 -06:00
2015-03-13 12:52:59 -06:00
2015-03-13 12:52:59 -06:00