Changeset: 4ce95dc0b908
Author:mcimadamore
Date: 2011-02-18 12:28 +
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4ce95dc0b908
7020043: Project Coin: diamond allowed on non-generic type
Summary: Diamond oerator should be disallowed on non-generic class types (i.e.
Strin
Changeset: 3d45cc94ee0f
Author:ksrini
Date: 2011-02-18 08:12 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3d45cc94ee0f
7018859: javac turn off the Zip optimization by default
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/file/JavacFileManager.java
! test/t
Changeset: 51e643f41a3a
Author:mcimadamore
Date: 2011-02-18 16:17 +
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/51e643f41a3a
7020626: diamond: add diagnostic test for diamond and non-generic classes
Summary: Fix failure in regression test CheckExamples
Reviewed-by: jjg
[ bcc'ing off core-libs-dev and cc'ing (more appropriate) net-dev ]
Hi Charles,
I'm not sure I follow you here. I would not expect '*.java.net' to imply
'java.net'. I would however expect it to imply sub domains of java.net,
i.e. openjdk.java.net
-Chris.
On 17/02/2011 09:19, Charles Lee wro
Changeset: 5bf920749b97
Author:smarks
Date: 2011-02-18 12:43 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5bf920749b97
7018385: update javax.sql classes to use try-with-resources
Reviewed-by: alanb, lancea, darcy
! src/share/classes/javax/sql/rowset/serial/SerialClob.java
Changeset: 75e25df50873
Author:darcy
Date: 2011-02-18 15:55 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/75e25df50873
7020047: Project Coin: generate null-check around try-with-resources close call
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Lower.j