mcimadamore [Thu, 21 Feb 2013 15:23:48 +0000] rev 16310
8005183: Missing accessor for constructor reference pointing to private inner class ctor
Summary: Compiler should add bridges when translating private constructor reference
Reviewed-by: jjg
mcimadamore [Thu, 21 Feb 2013 15:21:38 +0000] rev 16309
8008276: assertion error in com.sun.tools.javac.comp.TransTypes.visitApply
Summary: DiagnosticFilter used during speculative attribution is too broad
Reviewed-by: jjg
mcimadamore [Thu, 21 Feb 2013 15:19:29 +0000] rev 16308
8008227: Mixing lambdas with anonymous classes leads to NPE thrown by compiler
Summary: Disentangle cyclic dependency between static-ness of synthetic lambda method and static-ness of classes nested within lambdas
Reviewed-by: jjg
strarup [Wed, 20 Feb 2013 15:47:14 -0800] rev 16307
8006582: Test for parameter names feature
Reviewed-by: jjg, darcy, emc