duke [Wed, 05 Jul 2017 17:28:07 +0200] rev 7217
Merge
duke [Wed, 05 Jul 2017 17:28:05 +0200] rev 7216
Merge
mcimadamore [Mon, 15 Nov 2010 14:41:21 +0000] rev 7215
6999635: Multicatch: crash while compiling simple code with a multicatch parameter
Summary: missing erasure when computing stackmaps leads to assertion error
Reviewed-by: darcy
mcimadamore [Mon, 15 Nov 2010 13:50:53 +0000] rev 7214
6985719: Alike methods in interfaces (Inheritance and Overriding)
Summary: javac should report error when interface inherits unrelated method with same erasure
Reviewed-by: jjg
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