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
emc [Thu, 12 Sep 2013 14:52:28 -0400] rev 19938
8013846: javac fails to reject semantically equivalent generic method declarations
Summary: Cause javac to consider intersection types with the same elements to be equal regardless of order.
Reviewed-by: jjg, vromero
bpatel [Wed, 11 Sep 2013 14:50:11 -0700] rev 19937
8015496: Information that package is deprecated is missing in profiles view
Reviewed-by: jjg
emc [Wed, 11 Sep 2013 08:30:58 -0400] rev 19936
8024510: lib/combo/tools/javac/combo/TemplateTest.java fails
Summary: Edit regex in Template to allow "MAJOR." pattern.
Reviewed-by: briangoetz
mcimadamore [Tue, 10 Sep 2013 16:47:40 +0100] rev 19935
8024414: javac, should facilitate the use of the bootstrap compiler for debugging
Reviewed-by: jjg
jfranck [Tue, 10 Sep 2013 13:47:51 +0200] rev 19934
8005222: Fixed bugs should have tests with bugid in @bug tag
Reviewed-by: jfranck, jjg
Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>
jlahoda [Mon, 09 Sep 2013 23:13:45 +0200] rev 19933
8019521: Enhanced rethrow disabled in lambdas
Summary: Fixing effectively final detection inside lambdas, small cleanup related to thrown types detection in lambdas
Reviewed-by: mcimadamore, jjg