mcimadamore [Mon, 09 Nov 2015 16:03:30 +0000] rev 33707
8141639: Signatures in Lower could be made tighter by using JCExpression instead of JCTree
Summary: Make signatures of Lower methods more specific
Reviewed-by: jlahoda
sadayapalam [Mon, 09 Nov 2015 05:45:22 +0530] rev 33706
8129740: Incorrect class file created when passing lambda in inner class constructor
Summary: Lambda implementation method must be static when lambda is an argument to an explicit constructor call.
Reviewed-by: mcimadamore, jlahoda