Re: complete certificate path validation

2011-07-12 Thread David Pomeroy
Hi Florian, I'd prefer not to override the Sun provider since I am utilizing the CRL distribution point checking. This may be my only option though. Thanks, Dave On Tue, Jul 12, 2011 at 12:20 AM, Florian Weimer wrote: > * David Pomeroy: > > > It looks like the Sun JSSE provider does not supp

Re: Code review request: 7064075 Security libraries don't build with javac -Xlint:all,-deprecation -Werror

2011-07-12 Thread Sean Mullan
I'll look at it tomorrow, unless Valerie/Max/Xuelei beat me to it. --Sean On 7/12/11 4:03 PM, Brad Wetmore wrote: > Sean/Valerie/Max/Xuelei, > > > Hello Brad, > > > > Could you please review these changes? > > I'm swamped again, can one of you take a look at Sasha's changes? > > Brad > >

Re: Code review request: 7064075 Security libraries don't build with javac -Xlint:all,-deprecation -Werror

2011-07-12 Thread Alexandre Boulgakov
Since yesterday's webrev, I've changed some unchecked casts to use Class.cast(Object) instead, per Dave's suggestion. Updated webrev: http://cr.openjdk.java.net/~jjg/7064075.1/ Also, the original webrev was posted under the wrong bug ID, so it's been moved to http://cr.openjdk.java.net/~jjg/706

Re: Code review request: 7064075 Security libraries don't build with javac -Xlint:all,-deprecation -Werror

2011-07-12 Thread Brad Wetmore
Sean/Valerie/Max/Xuelei, > Hello Brad, > > Could you please review these changes? I'm swamped again, can one of you take a look at Sasha's changes? Brad On 7/11/2011 1:56 PM, Alexandre Boulgakov wrote: Hello Brad, Could you please review these changes? Bug detail: http://bugs.sun.com/bugd

hg: jdk8/tl/jdk: 7022407: Spinning CPU in LocaleObjectCache.get()

2011-07-12 Thread naoto . sato
Changeset: 42fe05e54e69 Author:naoto Date: 2011-07-12 10:28 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/42fe05e54e69 7022407: Spinning CPU in LocaleObjectCache.get() Reviewed-by: okutsu ! src/share/classes/sun/util/locale/LocaleObjectCache.java

hg: jdk8/tl/jdk: 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently

2011-07-12 Thread chris . hegarty
Changeset: 549b7c3f0bdc Author:dl Date: 2011-07-12 15:23 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/549b7c3f0bdc 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently Reviewed-by: chegar ! test/java/util/concurrent/Phaser/Arrive.java

Re: complete certificate path validation

2011-07-12 Thread Florian Weimer
* David Pomeroy: > It looks like the Sun JSSE provider does not support this > configuration. If you supply your own X509TrustManager implementation, I'm pretty sure you can get it to work. It definitely works if the client supplies a self-signed certificate, and I see no reason why it wouldn't