mcimadamore [Fri, 12 Nov 2010 12:33:52 +0000] rev 7210
6999067: cast for invokeExact call gets redundant cast to <type> warnings
Summary: Xlint:cast should not report cast used in order to specify target type in polymorphic signature calls
Reviewed-by: jjg
mcimadamore [Fri, 12 Nov 2010 12:32:43 +0000] rev 7209
6598108: com.sun.source.util.Trees.isAccessible incorrect
Summary: JavacTrees' version of isAccessible should take into account enclosing class accessibility
Reviewed-by: jjg
mcimadamore [Wed, 10 Nov 2010 12:37:25 +0000] rev 7208
6996914: Diamond inference: problem when accessing protected constructor
Summary: special resolution scheme for diamond inference needs to open up protected constructors in anon inner class creation
Reviewed-by: jjg