hg: jdk7/tl/langtools: 6968789: incorrect text in "diamond not supported" message

2010-07-13 Thread jonathan . gibbons
Changeset: e57b27703e8b Author:jjg Date: 2010-07-13 19:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e57b27703e8b 6968789: incorrect text in "diamond not supported" message Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/resources/compiler.properties

code review request: 6968542: keytool -importcert cannot deal with duplicate certs

2010-07-13 Thread Weijun Wang
Hi All 6968542: keytool -importcert cannot deal with duplicate certs Webrev: http://cr.openjdk.java.net/~weijun/6968542/webrev.00/ *Description* keytool does not eliminate duplicate certs when importing a reply. It may or may not r

hg: jdk7/tl/langtools: 6968434: test CheckResourceKeys fails on control builds

2010-07-13 Thread jonathan . gibbons
Changeset: 0e1fab5cffc8 Author:jjg Date: 2010-07-13 19:17 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0e1fab5cffc8 6968434: test CheckResourceKeys fails on control builds Reviewed-by: darcy ! test/tools/javac/diags/CheckResourceKeys.java

hg: jdk7/tl/langtools: 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible

2010-07-13 Thread jonathan . gibbons
Changeset: a5454419dd46 Author:jjg Date: 2010-07-13 19:14 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a5454419dd46 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible Reviewed-by: darcy ! src/share/classes/com/sun/tools/

Re: [security-dev 01547]: Re: PING: [PATCH FOR REVIEW]: 6763530: Fix breakage of NSS-based Elliptic Curve Cryptography in OpenJDK6

2010-07-13 Thread Erik Trimble
As of right now, I show it fixed in openjdk6 b19, and openjdk7 b84. However, I don't see any open CR for it to be fixed in an Oracle JDK 6 release. You'd have to ask our Sustaining folks about what the schedule would be (or if it's even on the schedule), as I don't have any visibility thereo

hg: jdk7/tl/jdk: 6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException

2010-07-13 Thread weijun . wang
Changeset: f3a4c1947fd1 Author:weijun Date: 2010-07-13 20:27 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f3a4c1947fd1 6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException Reviewed-by: chegar ! src/share/classes/sun/security/util/DerOutputSt

Re: code review request: 6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException

2010-07-13 Thread Chris Hegarty
This change looks fine. -Chris. On 07/13/10 12:36, Weijun Wang wrote: 6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException Webrev: http://cr.openjdk.java.net/~weijun/6670889/webrev.00/ Thanks Max

hg: jdk7/tl/jdk: 6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set

2010-07-13 Thread dmitry . samersoff
Changeset: 25050030a320 Author:dsamersoff Date: 2010-07-13 15:32 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/25050030a320 6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set Summary: User can disable ipv6 explicitly

code review request: 6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException

2010-07-13 Thread Weijun Wang
6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException Webrev: http://cr.openjdk.java.net/~weijun/6670889/webrev.00/ Thanks Max