duke [Wed, 05 Jul 2017 17:48:14 +0200] rev 10205
Merge
duke [Wed, 05 Jul 2017 17:48:11 +0200] rev 10204
Merge
ksrini [Fri, 05 Aug 2011 19:41:05 -0700] rev 10203
7064544: (javadoc) miscellaneous fixes requested by netbeans
Summary: Contributed by netbeans team, modified to suit by the langtools team.
Reviewed-by: jjg, bpatel
jjg [Fri, 05 Aug 2011 15:57:59 -0700] rev 10202
7074189: some javac tests fail with latest jtreg 4.1 b03
Reviewed-by: darcy
darcy [Thu, 04 Aug 2011 11:15:37 -0700] rev 10201
7071246: Enclosing string literal in parenthesis in switch-case crashes javac
Reviewed-by: mcimadamore
ksrini [Wed, 27 Jul 2011 11:53:17 -0700] rev 10200
7068902: (javac) allow enabling or disabling of String folding
Summary: Contributed by netbeans team, modified to suit by the langtools team.
Reviewed-by: jjg, mcimadamore
mcimadamore [Wed, 27 Jul 2011 19:01:33 +0100] rev 10199
7057297: Project Coin: diamond erroneously accepts in array initializer expressions
Summary: Diamond in array initializer expressions should be rejected
Reviewed-by: jjg
mcimadamore [Wed, 27 Jul 2011 19:01:08 +0100] rev 10198
7046778: Project Coin: problem with diamond and member inner classes
Summary: Diamond inference generates spurious error messages when target type is a member inner class
Reviewed-by: jjg
mcimadamore [Wed, 27 Jul 2011 19:00:53 +0100] rev 10197
7062745: Regression: difference in overload resolution when two methods are maximally specific
Summary: Fix most specific when two methods are maximally specific and only one has non-raw return type
Reviewed-by: jjg, dlsmith
ohair [Fri, 22 Jul 2011 21:31:14 -0700] rev 10196
Merge