jjg [Mon, 27 Sep 2010 14:20:39 -0700] rev 6716
6877202: Elements.getDocComment() is not getting JavaDocComments
6861094: javac -Xprint <file> does not print comments
6985205: access to tree positions and doc comments may be lost across annotation processing rounds
Reviewed-by: darcy
jjg [Mon, 27 Sep 2010 14:05:33 -0700] rev 6715
6890226: javah -version is broken
Reviewed-by: darcy
lana [Sat, 25 Sep 2010 12:02:32 -0700] rev 6714
Merge
jjg [Wed, 22 Sep 2010 12:53:26 -0700] rev 6713
6986772: langtools netbeans build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
Reviewed-by: ohair
sundar [Wed, 22 Sep 2010 20:53:34 +0530] rev 6712
6587674: NoClassdefFound when anonymously extending a class.
Reviewed-by: jjg, mcimadamore
mcimadamore [Sat, 18 Sep 2010 14:24:09 -0700] rev 6711
6863465: javac doesn't detect circular subclass dependencies via qualified names
Summary: class inheritance circularity check should look at trees, not just symbols
Reviewed-by: jjg
mcimadamore [Sat, 18 Sep 2010 09:56:23 -0700] rev 6710
5088624: cannot find symbol message should be more intelligent
Summary: Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics
Reviewed-by: jjg