hg: jdk7/tl/langtools: 7020043: Project Coin: diamond allowed on non-generic type

2011-02-18 Thread maurizio . cimadamore
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

hg: jdk7/tl/langtools: 7018859: javac turn off the Zip optimization by default

2011-02-18 Thread kumar . x . srinivasan
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

hg: jdk7/tl/langtools: 7020626: diamond: add diagnostic test for diamond and non-generic classes

2011-02-18 Thread maurizio . cimadamore
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

Re: SocketPermission's implies() interesting behavior

2011-02-18 Thread Chris Hegarty
[ 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

hg: jdk7/tl/jdk: 7018385: update javax.sql classes to use try-with-resources

2011-02-18 Thread stuart . marks
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

hg: jdk7/tl/langtools: 7020047: Project Coin: generate null-check around try-with-resources close call

2011-02-18 Thread joe . darcy
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