mcimadamore [Fri, 30 Nov 2012 15:14:36 +0000] rev 14724
8004101: Add checks for method reference well-formedness
Summary: Bring method reference type-checking in sync with latest EDR
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:25 +0000] rev 14723
8004102: Add support for generic functional descriptors
Summary: Method references are allowed to have a generic functional interface descriptor target
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:12 +0000] rev 14722
8004105: Expression statement lambdas should be void-compatible
Summary: Fix lambda compatibility rules as per latest EDR
Reviewed-by: jjg
vromero [Thu, 29 Nov 2012 09:41:48 +0000] rev 14721
7153958: add constant pool reference to class containing inlined constants
Reviewed-by: jjg, mcimadamore
vromero [Fri, 23 Nov 2012 15:13:45 +0000] rev 14720
7144981: javac should ignore ignorable characters in input
Reviewed-by: jjg, mcimadamore
jjg [Tue, 27 Nov 2012 13:55:10 -0800] rev 14719
8004068: Fix build problems caused by on-demand imports
Reviewed-by: jjg
Contributed-by: eric.caspole@amd.com
vromero [Wed, 21 Nov 2012 19:09:39 +0000] rev 14718
6574624: javax.tools.JavaCompiler spec contains errors in sample code
Reviewed-by: jjg, mcimadamore