hg: jdk8/tl/jdk: 7134701: [macosx] Support legacy native library names

2012-03-27 Thread michael . x . mcmahon
Changeset: 396533b75ea0 Author:michaelm Date: 2012-03-27 21:08 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/396533b75ea0 7134701: [macosx] Support legacy native library names Reviewed-by: alanb, dcubed ! make/java/java/FILES_java.gmk + src/macosx/classes/java/lang/ClassLoa

hg: jdk8/tl/jdk: 7156459: Remove unnecessary get() from Currency.getInstance()

2012-03-27 Thread naoto . sato
Changeset: b15db7ded589 Author:naoto Date: 2012-03-27 10:10 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b15db7ded589 7156459: Remove unnecessary get() from Currency.getInstance() Reviewed-by: chegar, dholmes, mduigou ! src/share/classes/java/util/Currency.java

Code review request: 7152169 TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc

2012-03-27 Thread Vincent Ryan
Please review the following fix: Webrev: http://cr.openjdk.java.net/~vinnie/7152169/webrev.00/ Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152169 For some ECC curves, the field size does not match the uncompressed point length. Relaxed the check in ECParameters.decodePoint(). Thank

hg: jdk8/tl/jdk: 7156000: Change makefile to reflect refactored classes

2012-03-27 Thread nils . loodin
Changeset: 7e7d55e20754 Author:nloodin Date: 2012-03-23 11:02 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7e7d55e20754 7156000: Change makefile to reflect refactored classes Reviewed-by: dholmes ! make/common/Release.gmk

Re: JSSE patches for HonorCipherOrder and preventing client-initiated renegotiations

2012-03-27 Thread Neale Rudd
Hi Brad, Thanks for the reply. I'm not an expert in OpenSSL configs, but are you referring to OpenSSL's SSL_OP_CIPHER_SERVER_PREFERENCE option: or Apache's mod_ssl config option SSLHONORCIPHERORDER: Sorry, I should have given a better description there. The feature is SSLHonorCipherOrder in