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
ohair [Fri, 22 Jul 2011 17:35:20 -0700] rev 10195
7069993: Adjust make/jprt.properties file for jdk8
Reviewed-by: katleman
lana [Thu, 14 Jul 2011 18:58:27 -0700] rev 10194
Merge
jjg [Thu, 07 Jul 2011 13:29:31 -0700] rev 10193
7061125: Proposed javac argument processing performance improvement
Reviewed-by: jjg, dlsmith, mcimadamore, forax
Contributed-by: schlosna@gmail.com
darcy [Tue, 05 Jul 2011 16:37:24 -0700] rev 10192
7025809: Provided new utility visitors supporting SourceVersion.RELEASE_8
Reviewed-by: jjg, mcimadamore
ksrini [Fri, 01 Jul 2011 14:28:19 -0700] rev 10191
7060642: (javadoc) improve performance on accessing inlinedTags
Reviewed-by: jjg, bpatel