jjg [Thu, 22 Aug 2013 12:41:20 -0700] rev 19658
8022173: Relax some warnings in doclint
Reviewed-by: darcy
emc [Thu, 22 Aug 2013 12:47:46 -0400] rev 19657
8020745: Suspicious MethodParameters attribute generated for local classes capturing local variables
Summary: Corrected an error in a previous patch that caused captured locals to be added to the beginning, not the end of a parameter list.
Reviewed-by: jjg, mcimadamore, ksrini, abuckley
vromero [Thu, 22 Aug 2013 13:12:43 +0100] rev 19656
8023112: javac should not use lazy constant evaluation approach for method references
Reviewed-by: jjg, mcimadamore
vromero [Thu, 22 Aug 2013 10:22:44 +0100] rev 19655
8022316: Generic throws, overriding and method reference
Reviewed-by: jjg, mcimadamore