hg: jdk8/tl/langtools: 8006561: Langtools test failure: missing diags/examples

2013-01-18 Thread maurizio . cimadamore
Changeset: 3d84ae209919 Author:mcimadamore Date: 2013-01-18 15:38 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3d84ae209919 8006561: Langtools test failure: missing diags/examples Summary: forgot to hg add tests Reviewed-by: jjg + test/tools/javac/diags/examples/Unde

Re: Code Review Request for 7030966, Support AEAD CipherSuites (JSSE part of JEP 115)

2013-01-18 Thread Xuelei Fan
webrev: http://cr.openjdk.java.net./~xuelei/7030966/webrev.02/ No significant changes in the new webrev. > I will be doing a putback of the JCE providers, so I can do your SunJCE > signed provider putback for you. Let's coordinate when you are ready. > I will probably be ready early next week.

hg: jdk8/tl/jdk: 8005120: Compiler warnings in socket transport native code

2013-01-18 Thread chris . hegarty
Changeset: f88e963960ae Author:jzavgren Date: 2013-01-18 17:34 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f88e963960ae 8005120: Compiler warnings in socket transport native code Reviewed-by: chegar, dsamersoff ! src/share/transport/socket/socketTransport.c ! src/share/tr

hg: jdk8/tl/jdk: 6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision

2013-01-18 Thread alan . bateman
Changeset: 06da8d0e Author:alanb Date: 2013-01-18 18:48 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/06da8d0e 6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision Reviewed-by: chegar ! src/solaris/classes/sun/

[8] Code review request for 8006591: Protect keystore entries using stronger PBE algorithms

2013-01-18 Thread Vincent Ryan
Hello, Please review the fix for 8006591. It introduces a mechanism to enable stronger PBE algorithms to be specified when encrypting a keystore entry. This allows developers to make use of the new PBE algorithms delivered in JEP-121. Note however that PKCS12 is currently the only keystore that su

[8] Request for review: 8006092: SecurityPermission: printIdentity doesn't exist

2013-01-18 Thread Jason Uh
Hi all, This change fixes the test test/sun/security/tools/policytool/UpdatePermissions.sh, a manual policytool test that asks the user to select printIdentity from the list of Target Names for SecurityPermission even though printIdentity is not listed. java.security.Identity is deprecated

Re: Code Review Request for 7030966, Support AEAD CipherSuites (JSSE part of JEP 115)

2013-01-18 Thread Brad Wetmore
I've pulled out things that need no further discussion. > I will be doing a putback of the JCE providers, so I can do your SunJCE > signed provider putback for you. Let's coordinate when you are ready. > I will probably be ready early next week. I will likely be putting back on Monday, maybe Tu

Re: Code Review Request for 7030966, Support AEAD CipherSuites (JSSE part of JEP 115)

2013-01-18 Thread Xuelei Fan
On 1/19/2013 7:55 AM, Brad Wetmore wrote: > I've pulled out things that need no further discussion. > >> I will be doing a putback of the JCE providers, so I can do your SunJCE >> signed provider putback for you. Let's coordinate when you are ready. >> I will probably be ready early next week. >