jlahoda [Mon, 16 Sep 2013 14:13:44 +0200] rev 19942
8021112: Spurious unchecked warning reported by javac
6480588: No way to suppress deprecation warnings when implementing deprecated interface
Summary: Fixing DeferredLintHandler configuration, so lint warnings are reported with correct @SuppressWarnings settings
Reviewed-by: jjg, vromero
vromero [Sat, 14 Sep 2013 19:04:47 +0100] rev 19941
7047734: javac, the LVT is not generated correctly in several scenarios
Reviewed-by: jjg, mcimadamore
vromero [Sat, 14 Sep 2013 15:23:21 +0100] rev 19940
8024207: javac crash in Flow.AssignAnalyzer.visitIdent
Reviewed-by: jjg
vromero [Thu, 12 Sep 2013 22:40:29 +0100] rev 19939
8023558: Javac creates invalid bootstrap methods for complex lambda/methodref case
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com