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