mcimadamore [Tue, 29 Mar 2011 16:41:18 +0100] rev 9076
7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
Summary: javac should warn about use/declaration of AutoCloseable subclasses that can throw InterruptedException
Reviewed-by: jjg
mcimadamore [Tue, 29 Mar 2011 16:40:51 +0100] rev 9075
7030150: Type inference for generic instance creation failed for formal type parameter
Summary: Problem when explicit generic constructor type-arguments are used in conjunction with diamond
Reviewed-by: jjg
mcimadamore [Tue, 29 Mar 2011 16:40:31 +0100] rev 9074
7030606: Project-coin: multi-catch types should be pairwise disjoint
Summary: Bring javac in sync with latest Project Coin EDR
Reviewed-by: jjg
mcimadamore [Tue, 29 Mar 2011 16:40:07 +0100] rev 9073
7030687: Diamond: compiler accepts erroneous code where diamond is used with non-generic inner class
Summary: Diamond accepts non-parameterized member inner classes with parameterized outer because of a bad check
Reviewed-by: jjg
bpatel [Fri, 25 Mar 2011 15:17:52 -0700] rev 9072
7001086: NLS: un-used resources should be removed from standard.properties and improper concatenation
Reviewed-by: jjg
jjg [Fri, 25 Mar 2011 07:58:53 -0700] rev 9071
6437138: JSR 199: Compiler doesn't diagnose crash in user code
6482554: uncaught exception from annotation processor not reported through JavaCompiler.CompilationTask.call
Reviewed-by: mcimadamore
jjg [Fri, 25 Mar 2011 07:39:30 -0700] rev 9070
7009599: javac build puts extraneous files into dist/lib/classes.jar
Reviewed-by: ohair