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/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

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 !

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 -

Re: Review request for 7020513 : Add com.sun.xml.internal to the package.access property in java.security

2011-02-28 Thread Mandy Chung
Rama, Looks good to me. Are you planning to add a regression test? You had it in the webrev of an earlier version. Mandy On 02/25/11 10:12, Rama Pulavarthi wrote: Please review this updated webrev that has the patch for JDK 7 repo.

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 !

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 +

review request for 7022624, convert java.io test to use try-with-resources

2011-02-28 Thread Stuart Marks
Here's a small webrev with changes to a handful of java.io tests to use TWR. http://cr.openjdk.java.net/~smarks/reviews/7022624/webrev.0/ I have a few minor questions: * test/java/io/File/SetLastModified.java Should the channel corresponding to a stream be considered a separate resource, or