darcy [Fri, 18 Feb 2011 15:55:20 -0800] rev 8434
7020047: Project Coin: generate null-check around try-with-resources close call
Reviewed-by: jjg
mcimadamore [Fri, 18 Feb 2011 16:17:44 +0000] rev 8433
7020626: diamond: add diagnostic test for diamond and non-generic classes
Summary: Fix failure in regression test CheckExamples
Reviewed-by: jjg
ksrini [Fri, 18 Feb 2011 08:12:06 -0800] rev 8432
7018859: javac turn off the Zip optimization by default
Reviewed-by: jjg
mcimadamore [Fri, 18 Feb 2011 12:28:49 +0000] rev 8431
7020043: Project Coin: diamond allowed on non-generic type
Summary: Diamond oerator should be disallowed on non-generic class types (i.e. String)
Reviewed-by: jjg
dlsmith [Wed, 16 Feb 2011 10:27:00 -0800] rev 8430
6990136: Cleanup use of Type.clone()
Summary: Introduced factory methods in class Types which can be used rather than clone().
Reviewed-by: jjg, mcimadamore
lana [Tue, 15 Feb 2011 08:35:05 -0800] rev 8429
Merge
mcimadamore [Tue, 15 Feb 2011 11:51:04 +0000] rev 8428
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
Summary: twr should generate better error message when uncaught exceptions are thrown by implicit call of close() method
Reviewed-by: jjg