hg: jdk8/tl/jdk: 8001209: Evaluate findbugs reprot for java.text.ChoiceFormat

2012-11-02 Thread yuka . kamiya
Changeset: 98a47dc23296 Author:peytoia Date: 2012-11-02 23:17 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/98a47dc23296 8001209: Evaluate findbugs reprot for java.text.ChoiceFormat Reviewed-by: okutsu ! src/share/classes/java/text/ChoiceFormat.java +

Re: Transitioning the default keystore format to PKCS#12

2012-11-02 Thread Vincent Ryan
On 2 Nov 2012, at 04:14, Michael StJohns wrote: At 02:26 PM 11/1/2012, Vincent Ryan wrote: On 1 Nov 2012, at 17:50, Michael StJohns wrote: At 12:55 PM 10/31/2012, Vincent Ryan wrote: Before considering migrating the platform default keystore format to PKCS12 its keystore

[8] Code Review Request for CR 7171570 - JEP 124 Potential API Changes

2012-11-02 Thread Sean Mullan
Please review the following webrev consisting of a few minor API updates to JEP 124 [1] that were leftover from the code review. bug : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7171570 webrev: http://cr.openjdk.java.net/~mullan/webrevs/7171570/webrev.00/ Thanks, Sean [1]

hg: jdk8/tl/langtools: 8000483: cryptic error message when source file contains hash

2012-11-02 Thread jonathan . gibbons
Changeset: 75c936d14c6a Author:vromero Date: 2012-11-01 12:47 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/75c936d14c6a 8000483: cryptic error message when source file contains hash Summary: cryptic error message when source file contains hash Reviewed-by: jjg,

hg: jdk8/tl/langtools: 7169362: JDK8: Write compiler tests for repeating annotations for JDK8

2012-11-02 Thread jonathan . gibbons
Changeset: bf76f4190ef8 Author:jjg Date: 2012-11-02 14:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bf76f4190ef8 7169362: JDK8: Write compiler tests for repeating annotations for JDK8 Reviewed-by: darcy, jjg Contributed-by: sonali.g...@oracle.com +

Code Review Request for 6996769: support AEAD ciphers

2012-11-02 Thread Valerie (Yu-Ching) Peng
Brad or Max, Can either of you review my changes for the following RFE? 6996769: support AEAD ciphers This is the JCE part of changes for the EFP Support AEAD CipherSuites. The webrev is at: http://cr.openjdk.java.net/~valeriep/6996769/webrev.00/ I included IBM copyright in files where some

Re: [8] Code Review Request for CR 7171570 - JEP 124 Potential API Changes

2012-11-02 Thread Xuelei Fan
Looks fine to me. Xuelei On 11/3/2012 2:49 AM, Sean Mullan wrote: Please review the following webrev consisting of a few minor API updates to JEP 124 [1] that were leftover from the code review. bug : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7171570 webrev:

hg: jdk8/tl/langtools: 2 new changesets

2012-11-02 Thread jonathan . gibbons
Changeset: 2443d24d096a Author:vromero Date: 2012-11-01 13:06 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2443d24d096a 6949443: visitTree assertion triggered using -Xjcov on small sample program Reviewed-by: jjg, mcimadamore !