darcy [Sun, 14 Nov 2010 07:16:46 -0800] rev 7213
6991528: Support making Throwable.suppressedExceptions immutable
Reviewed-by: mcimadamore
lana [Sat, 13 Nov 2010 19:00:43 -0800] rev 7212
Merge
mcimadamore [Fri, 12 Nov 2010 12:34:18 +0000] rev 7211
6970016: Clean up ARM/try-with-resources implementation
Summary: changed Xlint option name from -Xlint:arm to -Xlint:try
Reviewed-by: jjg
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
jjg [Tue, 09 Nov 2010 17:49:24 -0800] rev 7207
6997958: test tools/javac/api/T6412669.java fails in PIT
Reviewed-by: darcy
jjg [Sat, 06 Nov 2010 13:53:48 -0700] rev 7206
6998063: new Scope impl to fix Scope performance issues
Reviewed-by: jjg
Contributed-by: per.bothner@oracle.com
lana [Thu, 04 Nov 2010 15:39:43 -0700] rev 7205
Merge
mcimadamore [Thu, 04 Nov 2010 12:58:29 +0000] rev 7204
6714835: Safe cast is rejected (with warning) by javac
Summary: Rules for unchecked cast conversion do not take into account type-containment
Reviewed-by: jjg