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 [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