Re: RFR 8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded

2016-03-01 Thread Sean Mullan
Updated webrev: http://cr.openjdk.java.net/~mullan/webrevs/8138653/webrev.01/ The following changes have been made: - The default key size for DSA has not been changed (stays at 1024) due to the high risk of breaking compatibility with applications still using SHA1withDSA (key sizes larger th

Re: RFR 8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded

2016-03-01 Thread Vincent Ryan
Your fix looks fine. Thanks. > On 1 Mar 2016, at 19:21, Sean Mullan wrote: > > Updated webrev: http://cr.openjdk.java.net/~mullan/webrevs/8138653/webrev.01/ > > The following changes have been made: > > - The default key size for DSA has not been changed (stays at 1024) due to > the high ris

RFR 8098580: drainRefQueueBounds() puts pressure on pool.size()

2016-03-01 Thread Anthony Scarpino
Hi, I need a review of this change to SunPKCS11 where it's a bit smarter in disposing of native library object by reusing the same pkcs11 session is possible. Additionally changes to the session pool to fix a performance bottleneck. http://cr.openjdk.java.net/~ascarpino/8098580/webrev/ tha