hg: jdk8/tl/jdk: 8007072: Update Core Reflection for Type Annotations to match latest spec; ...

2013-09-30 Thread joel . franck
Changeset: 15955d335cd0 Author:jfranck Date: 2013-09-30 11:18 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/15955d335cd0 8007072: Update Core Reflection for Type Annotations to match latest spec 8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8

hg: jdk8/tl/jdk: 8009719: core reflection should get type annotation data from the VM lazily

2013-09-30 Thread joel . franck
Changeset: 89174cddaec8 Author:jfranck Date: 2013-09-30 12:19 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/89174cddaec8 8009719: core reflection should get type annotation data from the VM lazily Summary: Remove typeAnnotations field from Method, Constructor, and Field, up

hg: jdk8/tl/jdk: 8023492: jfr.jar gets loaded even though it's not used

2013-09-30 Thread staffan . larsen
Changeset: cceaad499685 Author:sla Date: 2013-09-30 12:58 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cceaad499685 8023492: jfr.jar gets loaded even though it's not used Reviewed-by: erikj, mgronlun ! make/tools/src/build/tools/buildmetaindex/BuildMetaIndex.java

Code review request: 8025123: SNI support in Kerberos cipher suites

2013-09-30 Thread Artem
Hello, please review this fix for 8: http://cr.openjdk.java.net/~kshefov/8025123/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8025123 SNI APIs were introduced in JDK 8, but TLS Kerberos client implementation does not take into

hg: jdk8/tl/jdk: 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c

2013-09-30 Thread joel . franck
Changeset: ede1fd12e0da Author:allwin Date: 2013-09-30 14:28 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ede1fd12e0da 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c Reviewed-by: chegar, sla, sspitsyn, mgronlun ! src/windows/demo/jv

Re: Code review request: 8025123: SNI support in Kerberos cipher suites

2013-09-30 Thread Xuelei Fan
It's a good catch and wonderful fix. Thanks, Artem! The fix looks fine to me, except three very minor coding style comments. 1. we used to have only 80 characters in each line. I think there might some lines exceed 80 characters, would you mind break these lines to keep the style consistent?

Re: Code review request: 8025123: SNI support in Kerberos cipher suites

2013-09-30 Thread Artem
Updated webrev: http://cr.openjdk.java.net/~kshefov/8025123/webrev.01/ - broke lines exceed 80 characters - the code updated accrding to http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-142311.html#449 - upda

Re: Code review request: 8025123: SNI support in Kerberos cipher suites

2013-09-30 Thread Weijun Wang
Now that we only check "localhost" and "localhost.localdomain", the following hack in the SSL.java test is not necessary any more: 92 // Run this after KDC, so our own DNS service can be started 93 try { 94 server = InetAddress.getLocalHost().getHostName().toLo

Re: Code review request: 8025123: SNI support in Kerberos cipher suites

2013-09-30 Thread Xuelei Fan
Looks fine to me. BTW, you may also want to consider Weijun's comments. Thanks, Xuelei On 9/30/2013 10:32 PM, Artem wrote: > Updated webrev: http://cr.openjdk.java.net/~kshefov/8025123/webrev.01/ > > > - broke lines exceed 80 characters

hg: jdk8/tl/jdk: 7122707: Security Providers need to have their version numbers updated for JDK8

2013-09-30 Thread jason . uh
Changeset: d0de46a2cbd0 Author:ascarpino Date: 2013-09-19 11:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d0de46a2cbd0 7122707: Security Providers need to have their version numbers updated for JDK8 Reviewed-by: xuelei ! src/macosx/classes/apple/security/AppleProvider.j

hg: jdk8/tl/jdk: 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently

2013-09-30 Thread jason . uh
Changeset: 2434e79fc41f Author:ascarpino Date: 2013-09-18 14:57 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2434e79fc41f 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently Reviewed-by: vinnie ! test/sun/security/pkcs11/KeyStore/SecretKey

hg: jdk8/tl/jdk: 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04

2013-09-30 Thread jason . uh
Changeset: e4c897b33cb7 Author:ascarpino Date: 2013-09-02 09:52 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e4c897b33cb7 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04 Reviewed-by: vinnie ! src/share/classes/sun/security/pkcs11/Secmod.java

Re: Code Review Request for 8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto

2013-09-30 Thread Valerie (Yu-Ching) Peng
The new tests in the closed repo will also be addressed under 8014374. So, you won't see them until this fix is integrated. Thanks, Valerie On 09/27/13 17:34, Bradford Wetmore wrote: On 9/27/2013 4:49 PM, Valerie (Yu-Ching) Peng wrote: Xuelei, Since the source for OracleUcrypto provider isn

hg: jdk8/tl/jdk: 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted

2013-09-30 Thread naoto . sato
Changeset: b4c259743371 Author:naoto Date: 2013-09-30 16:15 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4c259743371 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted Reviewed-by: ksrini, akhil ! src/windows/bin/cmdtoargs.c + test/tools/launche