Re: RFR 7176574 for 7u-dev: sun/security/krb5/auto/TcpTimeout.java failure

2014-02-28 Thread Xuelei Fan
Fine to me. Xuelei On 3/1/2014 11:53 AM, Wang Weijun wrote: > Ping again. > > On Feb 25, 2014, at 20:44, Wang Weijun wrote: > >> Please review the code change at >> >> http://cr.openjdk.java.net/~weijun/7176574/7u/webrev.00/ >> >> This is a backport of 3 jdk8 fixes on sun/security/krb5/auto/

Re: RFR 7176574 for 7u-dev: sun/security/krb5/auto/TcpTimeout.java failure

2014-02-28 Thread Wang Weijun
Ping again. On Feb 25, 2014, at 20:44, Wang Weijun wrote: > Please review the code change at > > http://cr.openjdk.java.net/~weijun/7176574/7u/webrev.00/ > > This is a backport of 3 jdk8 fixes on sun/security/krb5/auto/TcpTimeout.java > > 7176574: sun/security/krb5/auto/TcpTimeout.java fa

Re: Request for Review: 8035973: NPE in ForwardBuilder

2014-02-28 Thread Xuelei Fan
On 3/1/2014 7:38 AM, Jason Uh wrote: > Do I need more than one noreg tag? I already have noreg-sqe. > noreg-sqe is OK. Thanks, Xuelei > On 2/28/14 3:31 PM, Xuelei Fan wrote: >> Looks fine to me. noreg-trivial tag? >> >> Xuelei >> >> On 3/1/2014 3:56 AM, Jason Uh wrote: >>> Could I please get a

Re: Request for Review: 8035973: NPE in ForwardBuilder

2014-02-28 Thread Jason Uh
Do I need more than one noreg tag? I already have noreg-sqe. On 2/28/14 3:31 PM, Xuelei Fan wrote: Looks fine to me. noreg-trivial tag? Xuelei On 3/1/2014 3:56 AM, Jason Uh wrote: Could I please get a review of this change? Just a simple fix for 7u-dev that adds a check for a null CertStore

Re: Request for Review: 8035973: NPE in ForwardBuilder

2014-02-28 Thread Xuelei Fan
Looks fine to me. noreg-trivial tag? Xuelei On 3/1/2014 3:56 AM, Jason Uh wrote: > Could I please get a review of this change? > > Just a simple fix for 7u-dev that adds a check for a null CertStore, in > case URICertStore.getInstance returns null. > > webrev: http://cr.openjdk.java.net/~juh/8

Re: Code Review Request: 7107611 sun.security.pkcs11.SessionManager is scalability blocker

2014-02-28 Thread Anthony Scarpino
So I ran a stress test creating a number of keys and did not see much different memory wise. But what I did notice that the performance was dependent on the number Cipher.init() calls. If each thread only has one Cipher.init() call, it performed 5x better (170k vs 844k ops/m), but as soon as

Request for Review: 8035973: NPE in ForwardBuilder

2014-02-28 Thread Jason Uh
Could I please get a review of this change? Just a simple fix for 7u-dev that adds a check for a null CertStore, in case URICertStore.getInstance returns null. webrev: http://cr.openjdk.java.net/~juh/8035973/webrev.00/ bug: http://bugs.openjdk.java.net/browse/JDK-8035973 noreg-sqe because an

[9] Request for Review: 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert

2014-02-28 Thread Jason Uh
Hi Sean, Could I please get a review of this change? This fix allows a certpath to be validated when a certificate issued by a version 1 trusted cert has a validity period that doesn't fall within the validity of the issuer. Trust anchors whose validity do contain the issued cert's validity p

hg: jdk8/tl/jdk: 8035777: Consistent Lambda construction

2014-02-28 Thread robert . field
Changeset: 183a8c520b4a Author:rfield Date: 2014-02-28 10:43 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/183a8c520b4a 8035777: Consistent Lambda construction Reviewed-by: ahgross, briangoetz, dlsmith ! src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory