Re: request for reviews for bug# 7049963

2011-09-14 Thread Mala Bankal
HI Sean, Yes i have done a successful build and tests, i can point you to the builds and tests. rgds mala On 9/14/2011 1:22 AM, Sean Mullan wrote: On 9/13/11 12:53 PM, Mala Bankal wrote: HI Sean, Request for review : bug# 7049963 - DISTINGUISHED NAMES FOR CERT ARE ESCAPED IN JROCKIT 1.6(NOT

Code review request: 7088502 Security libraries don't build with javac -Werror

2011-09-14 Thread Kurchi Hazra
Hi Sean, Can you please review these changes? Summary: * Small changes to Java files in src/share/classes/com/sun/org/apache/xml/internal/security and its subpackages to remove build warnings. * Small changes to relevant makefiles to prevent reintroduction of removed warning

hg: jdk8/tl/jdk: 6915797: Remove sun.tools.jar.JarImageSource that is not used; ...

2011-09-14 Thread mandy . chung
Changeset: 04672e957da0 Author:mchung Date: 2011-09-14 08:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/04672e957da0 6915797: Remove sun.tools.jar.JarImageSource that is not used 7090178: Move java.util.XMLUtils to another package to avoid split package Reviewed-by: alanb

7054637 closed/lib/security/cacerts/VerifyCACerts.java failed on solaris 11

2011-09-14 Thread Vincent Ryan
Please review the following fix to the SunPKCS11 JCE provider: http://cr.openjdk.java.net/~vinnie/7054637/webrev.00/ The problem is that some older PKCS11 tokens support only the raw encoding for EC point in Elliptic Curve public keys. This fix introduces a configuration attribute that controls w

hg: jdk8/tl/jdk: 6879143: java.math.BigInteger misses the xxxValueExact methods

2011-09-14 Thread joe . darcy
Changeset: 2a8072c7cf99 Author:darcy Date: 2011-09-14 11:32 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2a8072c7cf99 6879143: java.math.BigInteger misses the xxxValueExact methods Reviewed-by: alanb ! src/share/classes/java/math/BigInteger.java + test/java/math/BigInteger

hg: jdk8/tl/langtools: 7080267: Call to toString() from an ExpressionStatementTree doesn't take in consideration the "; " at the end

2011-09-14 Thread jonathan . gibbons
Changeset: 0f3da6af9799 Author:jjg Date: 2011-09-14 12:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0f3da6af9799 7080267: Call to toString() from an ExpressionStatementTree doesn't take in consideration the ";" at the end Reviewed-by: mcimadamore ! src/share/clas

hg: jdk8/tl/langtools: 7090249: IllegalStateException from Trees.getScope when called from JSR 199

2011-09-14 Thread jonathan . gibbons
Changeset: 1807fc3fd33c Author:jjg Date: 2011-09-14 12:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1807fc3fd33c 7090249: IllegalStateException from Trees.getScope when called from JSR 199 Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/api/JavacT

hg: jdk8/tl/jdk: 7088500: there is no @since tag on SafeVarargs

2011-09-14 Thread joe . darcy
Changeset: 84da01e00e6c Author:darcy Date: 2011-09-14 13:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/84da01e00e6c 7088500: there is no @since tag on SafeVarargs Reviewed-by: mduigou ! src/share/classes/java/lang/SafeVarargs.java

Re: 7054637 closed/lib/security/cacerts/VerifyCACerts.java failed on solaris 11

2011-09-14 Thread Valerie (Yu-Ching) Peng
As long as Solaris supports both key formats after fixing 6830224, then it'd be fine, I guess. Oh, are you gonna change the synopsis to describe the cause of the problem? I'd also prefer it that way. Thanks, Valerie On 09/14/11 11:17, Vincent Ryan wrote: Please review the following fix to

hg: jdk8/tl/langtools: 7090700: fix for 7080267 breaks two tests

2011-09-14 Thread jonathan . gibbons
Changeset: a6e2c1840ea1 Author:jjg Date: 2011-09-14 15:49 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a6e2c1840ea1 7090700: fix for 7080267 breaks two tests Reviewed-by: ksrini ! src/share/classes/com/sun/tools/javac/tree/JCTree.java

hg: jdk8/tl/langtools: 7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in JDK 7 w/o -s

2011-09-14 Thread jonathan . gibbons
Changeset: 826ae6a2f27d Author:jjg Date: 2011-09-14 18:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/826ae6a2f27d 7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in JDK 7 w/o -s Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/

hg: jdk8/tl/jdk: 2 new changesets

2011-09-14 Thread mala . bankal
Changeset: 52bc200b14e5 Author:mbankal Date: 2011-09-14 21:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/52bc200b14e5 7049963: DISTINGUISHED NAMES FOR CERT ARE ESCAPED IN JROCKIT 1.6(NOT COMPATIBLE WITH JROC Reviewed-by: mullan ! src/share/classes/sun/security/x509/AVA.

hg: jdk8/tl/jdk: 7090844: Support a timezone whose offset is changed more than once in the future

2011-09-14 Thread yuka . kamiya
Changeset: f114bddac6d6 Author:peytoia Date: 2011-09-15 14:45 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f114bddac6d6 7090844: Support a timezone whose offset is changed more than once in the future Reviewed-by: okutsu ! make/tools/src/build/tools/javazic/Mappings.java

hg: jdk8/tl/jdk: 7090843: (tz) Support tzdata2011j

2011-09-14 Thread yuka . kamiya
Changeset: 5e403e9fa34a Author:peytoia Date: 2011-09-15 15:02 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e403e9fa34a 7090843: (tz) Support tzdata2011j Reviewed-by: okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/africa ! make/sun/javazic/tzdata/antarc