Re: SocketPermission's implies() interesting behavior

2011-02-28 Thread Charles Lee
On 03/01/2011 02:40 AM, Alan Bateman wrote: Charles Lee wrote: On 02/22/2011 05:43 PM, Chris Hegarty wrote: Hi Chris, any news for this issue? And where is CR 7021280? I think there has been issues with bugs.sun.com recently and it's not keeping up. However this one is there: http://bugs.sun

hg: jdk7/tl/langtools: 7022711: compiler crash in try-with-resources

2011-02-28 Thread jonathan . gibbons
Changeset: 67d6b2df47ba Author:jjg Date: 2011-02-28 13:42 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/67d6b2df47ba 7022711: compiler crash in try-with-resources Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/code/Kinds.java + test/tools/javac/TryWi

hg: jdk7/tl/langtools: 7022741: warning counts are wrong after anno processing

2011-02-28 Thread jonathan . gibbons
Changeset: bf9f162c7104 Author:jjg Date: 2011-02-28 13:37 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bf9f162c7104 7022741: warning counts are wrong after anno processing Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnv

hg: jdk7/tl/langtools: 7022337: repeated warnings about bootclasspath not set

2011-02-28 Thread jonathan . gibbons
Changeset: 9029f694e5df Author:jjg Date: 2011-02-28 12:19 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9029f694e5df 7022337: repeated warnings about bootclasspath not set Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java - test/t

Re: SocketPermission's implies() interesting behavior

2011-02-28 Thread Alan Bateman
Charles Lee wrote: On 02/22/2011 05:43 PM, Chris Hegarty wrote: Hi Chris, any news for this issue? And where is CR 7021280? I think there has been issues with bugs.sun.com recently and it's not keeping up. However this one is there: http://bugs.sun.com/view_bug.do?bug_id=7021280 -Alan

hg: jdk7/tl/jdk: 7021789: Remove jarsigner -crl option

2011-02-28 Thread weijun . wang
Changeset: f4613b378874 Author:weijun Date: 2011-02-28 23:02 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f4613b378874 7021789: Remove jarsigner -crl option Reviewed-by: mullan ! src/share/classes/com/sun/jarsigner/ContentSignerParameters.java ! src/share/classes/java/secu

hg: jdk7/tl/langtools: 2 new changesets

2011-02-28 Thread maurizio . cimadamore
Changeset: 9286a5d1fae3 Author:mcimadamore Date: 2011-02-28 11:48 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9286a5d1fae3 7015430: Incorrect thrown type determined for unchecked invocations Summary: Thrown types do not get updated after 15.12.2.8, and do not get era

hg: jdk7/tl/jdk: 7022386: gethostbyname_r needs a pointer aligned buffer passed to it

2011-02-28 Thread david . holmes
Changeset: a3b6c262195b Author:dholmes Date: 2011-02-28 06:40 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a3b6c262195b 7022386: gethostbyname_r needs a pointer aligned buffer passed to it Summary: Change buffer type to ensure pointer-alignment Reviewed-by: alanb, chegar !

hg: jdk7/tl/jdk: 7022269: clean up fscanf usage in Linux networking native code

2011-02-28 Thread chris . hegarty
Changeset: 29f25ba547fc Author:chegar Date: 2011-02-28 11:03 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/29f25ba547fc 7022269: clean up fscanf usage in Linux networking native code Reviewed-by: michaelm, alanb ! src/solaris/native/java/net/NetworkInterface.c ! src/solaris

Re: Request for review: 7022386 gethostbyname_r needs a pointer aligned buffer passed to it

2011-02-28 Thread Chris Hegarty
Look good David, thanks for taking care for this for us. -Chris. On 28/02/2011 02:29, David Holmes wrote: webrev: http://cr.openjdk.java.net/~dholmes/7022386/webrev/ This is a very simple forward-port of a change that already went into 6u23. Please cc me as I'm not on the net-dev list (which

Re: Request for review: 7022386 gethostbyname_r needs a pointer aligned buffer passed to it

2011-02-28 Thread Alan Bateman
David Holmes wrote: webrev: http://cr.openjdk.java.net/~dholmes/7022386/webrev/ This is a very simple forward-port of a change that already went into 6u23. Please cc me as I'm not on the net-dev list (which probably means this will get held up for approval :( ) Thanks, David Looks good to