[9] RFR: 8150512:Update test for jdk.security.provider.preferred security property.

2016-02-25 Thread Sibabrata Sahoo
Hello, Please review the updated test to verify "jdk.security.provider.preferred" security property in all platform. Bug: https://bugs.openjdk.java.net/browse/JDK-8150512 Webrev: http://cr.openjdk.java.net/~ssahoo/8150512/webrev.00/ These test were initially planned to run on Solaris

Re: RFR 8130302: jarsigner and keytool -providerClass needs be re-examined for modules

2016-02-25 Thread Sean Mullan
On 02/18/2016 03:10 AM, Weijun Wang wrote: There is another compatibility issue which is more important: Today, we tell users to load their own PKCS11 provider with -providerClass sun.security.pkcs11.SunPKCS11 -providerArg some.cfg and seems the new options should be -provider SunPKCS11

Re: RFR: JDK-8145854 SSLContextImpl.statusResponseManager should be generated if required

2016-02-25 Thread Jamil Nimeh
A new version of this review has been released. SSLContextImpl now uses the double-check idiom to do lazy initialization for the StatusResponseManager, which should reduce lock overhead. Thanks to Xuelei for pointing this out. http://cr.openjdk.java.net/~jnimeh/reviews/8145854/webrev.03/ --

Re: RFR: JDK-8145854 SSLContextImpl.statusResponseManager should be generated if required

2016-02-25 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 2/26/2016 2:30 AM, Jamil Nimeh wrote: > A new version of this review has been released. SSLContextImpl now uses > the double-check idiom to do lazy initialization for the > StatusResponseManager, which should reduce lock overhead. Thanks to > Xuelei for point

Java 1.3 and JSSE

2016-02-25 Thread Elango
Hi All, I am working with a OS/2 running on Java 1.3 with JSSE. Recently we implemented TLS and few times the the whole application hangs when 1 thread calls createSocket call. The same code works most times I tried looking for the sources of JSSE in 2002 and could not find one. Any help in troub