cl [Thu, 19 Sep 2013 09:36:42 -0700] rev 19947
Added tag jdk8-b108 for changeset 345aa6f8d18a
duke [Wed, 05 Jul 2017 19:12:21 +0200] rev 19946
Added tag jdk8-b108 for changeset 74049f7a28b4
duke [Wed, 05 Jul 2017 19:12:21 +0200] rev 19945
Merge
duke [Wed, 05 Jul 2017 19:12:17 +0200] rev 19944
Merge
lana [Tue, 17 Sep 2013 08:21:11 -0700] rev 19943
Merge
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
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>