jlahoda [Fri, 23 Jan 2015 15:14:53 +0100] rev 28594
8069254: Warning issued despite @SafeVarargs annotation on constructor
Summary: The Symbol created for diamond inference does not have annotations attached - need to look for @SafeVarargs on the underlying constructor's Symbol.
Reviewed-by: mcimadamore
jfranck [Thu, 22 Jan 2015 09:50:03 +0100] rev 28593
8071310: Tests missing for checkin for JDK-8046977
Reviewed-by: jlahoda
Contributed-by: srikanth.adayapalam@oracle.com
jfranck [Wed, 21 Jan 2015 19:02:20 +0100] rev 28592
8070507: LambdaLambdaSerialized can fail in -agentvm mode
Reviewed-by: mcimadamore
jfranck [Tue, 20 Jan 2015 21:49:55 +0100] rev 28591
8046977: ClassCastException: typing information needed for method reference bridging not preserved
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 20 Jan 2015 12:00:25 +0100] rev 28590
8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations
Summary: Properly deferring warnings that are reported during entering of annotation's default value.
Reviewed-by: mcimadamore
jlahoda [Tue, 20 Jan 2015 09:51:17 +0100] rev 28589
8052070: javac crashes when there are duplicated type parameters
Summary: Avoid eager completion of ClassSymbol while type parameters are being processed.
Reviewed-by: jlahoda, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Mon, 19 Jan 2015 18:29:45 +0000] rev 28588
8069229: new .java file with no copyright notice
Summary: Add missing copyright header
Reviewed-by: jlahoda