hg: jdk8/tl/jdk: 8023230: The impl of KerberosClientKeyExchange maybe not exist

2013-08-19 Thread xuelei . fan
Changeset: 21a25911f7f7 Author:xuelei Date: 2013-08-19 18:49 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/21a25911f7f7 8023230: The impl of KerberosClientKeyExchange maybe not exist Reviewed-by: weijun ! src/share/classes/sun/security/ssl/KerberosClientKeyExchange.java

Re: Code review request 8023230, The impl of KerberosClientKeyExchange maybe not exist

2013-08-19 Thread Xuelei Fan
On 8/20/2013 9:37 AM, Weijun Wang wrote: > Looks fine now. > > Or maybe you can just remove KerberosClientKeyExchange()? I remember an > empty public constrictor is equivalent to no constructor. Of course you > made it protected so it's a little different. > > When I ask if you saw a failure, I h

Re: Code review request 8023230, The impl of KerberosClientKeyExchange maybe not exist

2013-08-19 Thread Weijun Wang
Looks fine now. Or maybe you can just remove KerberosClientKeyExchange()? I remember an empty public constrictor is equivalent to no constructor. Of course you made it protected so it's a little different. When I ask if you saw a failure, I had two different questions: 1. Is the code change

Re: Code review request 8023230, The impl of KerberosClientKeyExchange maybe not exist

2013-08-19 Thread Xuelei Fan
new webrev: http://cr.openjdk.java.net/~xuelei/8023230/webrev.01/ On 8/19/2013 9:53 PM, Weijun Wang wrote: > Only one change I don't understand: > > 73 public KerberosClientKeyExchange() { > 74 if (impl == null) { > 75 throw new IllegalStateException("Kerberos is > u

hg: jdk8/tl/jdk: 8020842: IDN do not throw IAE when hostname ends with a trailing dot

2013-08-19 Thread xuelei . fan
Changeset: 096e7c665857 Author:xuelei Date: 2013-08-19 17:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/096e7c665857 8020842: IDN do not throw IAE when hostname ends with a trailing dot Reviewed-by: weijun, michaelm ! src/share/classes/java/net/IDN.java + test/java/net/I

hg: jdk8/tl/jdk: 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode

2013-08-19 Thread sean . mullan
Changeset: f120e2c4b4b1 Author:mullan Date: 2013-08-19 17:17 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f120e2c4b4b1 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode Summary: Move default javax.security.auth.Policy implementation to compact1 p

hg: jdk8/tl/jdk: 8023203: Wrap RandomAccessFile.seek native method into a Java helper method

2013-08-19 Thread dan . xu
Changeset: 2fd841fccb2e Author:dxu Date: 2013-08-19 12:38 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2fd841fccb2e 8023203: Wrap RandomAccessFile.seek native method into a Java helper method Reviewed-by: alanb, chegar ! make/java/java/mapfile-vers ! makefiles/mapfiles/lib

Re: Code review request - 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails

2013-08-19 Thread Bradford Wetmore
Ditto. brad On 8/19/2013 12:08 PM, Sean Mullan wrote: Looks fine. --Sean On 08/19/2013 02:52 PM, Anthony Scarpino wrote: Hi, I need a very simple review on enabling a test http://cr.openjdk.java.net/~ascarpino/8022896/webrev.00/ thanks Tony

Re: Code review request - 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails

2013-08-19 Thread Vincent Ryan
Your change looks fine. On 19/08/2013 19:52, Anthony Scarpino wrote: Hi, I need a very simple review on enabling a test http://cr.openjdk.java.net/~ascarpino/8022896/webrev.00/ thanks Tony

hg: jdk8/tl/jdk: 2 new changesets

2013-08-19 Thread sean . mullan
Changeset: bce5205dbe84 Author:ascarpino Date: 2013-08-14 10:50 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bce5205dbe84 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms Reviewed-by: mullan ! src/share/classes/sun/security/rsa/RSAPa

Re: [8] Request for review: 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode

2013-08-19 Thread Vincent Ryan
Your fix looks fine Sean. On 19/08/2013 15:27, Sean Mullan wrote: Ping? Can anyone review this for me? The changes are not as extensive as they look; this is mostly just moving code to a different package. Also, com.sun.security.auth.PolicyParser.java has been removed as sun.security.provider.Po

Re: Code review request - 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails

2013-08-19 Thread Sean Mullan
Looks fine. --Sean On 08/19/2013 02:52 PM, Anthony Scarpino wrote: Hi, I need a very simple review on enabling a test http://cr.openjdk.java.net/~ascarpino/8022896/webrev.00/ thanks Tony

Code review request - 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails

2013-08-19 Thread Anthony Scarpino
Hi, I need a very simple review on enabling a test http://cr.openjdk.java.net/~ascarpino/8022896/webrev.00/ thanks Tony

hg: jdk8/tl/langtools: 7071377: Exception when javac -processor is given a class name with invalid postfix

2013-08-19 Thread kumar . x . srinivasan
Changeset: 389eaf6ed973 Author:ksrini Date: 2013-08-19 07:47 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/389eaf6ed973 7071377: Exception when javac -processor is given a class name with invalid postfix Reviewed-by: jjg, vromero ! src/share/classes/com/sun/tools/jav

Re: Code review request, 8020842 IDN do not throw IAE when hostname ends with a trailing dot

2013-08-19 Thread Michael McMahon
Seems fine to me Xuelei. - Michael On 19/08/13 06:56, Xuelei Fan wrote: If no objections, I will push the change by COB Monday. Thanks, Xuelei On 8/13/2013 4:29 PM, Xuelei Fan wrote: Can I get an additional code review from networking team? Thanks, Xuelei On 8/12/2013 2:07 PM, Weijun Wang

hg: jdk8/tl/nashorn: 7 new changesets

2013-08-19 Thread sundararajan . athijegannathan
Changeset: bbc4e9d37315 Author:jlaskey Date: 2013-08-12 18:00 -0300 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/bbc4e9d37315 8022676: Confusing error message checking instanceof non-class Reviewed-by: jlaskey, sundar Contributed-by: michael.horow...@oracle.com ! src/jdk/nas

hg: jdk8/tl/jdk: 8014824: Document Spliterator characteristics and binding policy of java util collection impls

2013-08-19 Thread paul . sandoz
Changeset: 3647aab7b1d5 Author:psandoz Date: 2013-08-06 14:26 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3647aab7b1d5 8014824: Document Spliterator characteristics and binding policy of java util collection impls Reviewed-by: chegar ! src/share/classes/java/util/ArrayDe

Re: [8] Request for review: 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode

2013-08-19 Thread Sean Mullan
Ping? Can anyone review this for me? The changes are not as extensive as they look; this is mostly just moving code to a different package. Also, com.sun.security.auth.PolicyParser.java has been removed as sun.security.provider.PolicyParser is functionally equivalent and can be used instead.

Re: Code review request 8023230, The impl of KerberosClientKeyExchange maybe not exist

2013-08-19 Thread Weijun Wang
Only one change I don't understand: 73 public KerberosClientKeyExchange() { 74 if (impl == null) { 75 throw new IllegalStateException("Kerberos is unavailable"); 76 } 77 } It seems this constructor will be automatically called when constructing an

RFR 8022761: SQE test regression on wrongly signed indexed jar file

2013-08-19 Thread Weijun Wang
Hi Sherman I try out "jar i" after signing and it puts INDEX.LIST at the very beginning of the file. Does this mean INDEX.LIST was actually an exception? Or it's just a bug? Anyway, I think I should update the fix for 8021788 and here is the webrev: http://cr.openjdk.java.net/~weijun/80227

Code review request 8023230, The impl of KerberosClientKeyExchange maybe not exist

2013-08-19 Thread Xuelei Fan
Hi Weijun, Please review this update when you are available. webrev: http://cr.openjdk.java.net/~xuelei/8023230/webrev.00/ If package sun.security.ssl.krb5 does not exist, the impl of KerberosClientKeyExchange (krb5.KerberosClientKeyExchangeImpl) will not present as well. Need to consider this c

hg: jdk8/tl/jdk: 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)

2013-08-19 Thread alan . bateman
Changeset: f580728b08b4 Author:alanb Date: 2013-08-19 11:04 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f580728b08b4 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing) Reviewed-by: psandoz ! test/java/util/Comparator/TypeTest.j

hg: jdk8/tl/jdk: 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-19 Thread chris . hegarty
Changeset: 11ccaabdb2a8 Author:aefimov Date: 2013-08-16 18:41 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11ccaabdb2a8 8021820: Number of opened files used in select() is limited to 1024 [macosx] Reviewed-by: alanb, chegar, tbell, smarks + test/java/net/ServerSocket/Selec

hg: jdk8/tl: 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-19 Thread chris . hegarty
Changeset: 00dcfaa6bc01 Author:aefimov Date: 2013-08-16 18:40 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/rev/00dcfaa6bc01 8021820: Number of opened files used in select() is limited to 1024 [macosx] Reviewed-by: alanb, chegar, tbell, smarks ! common/autoconf/generated-configure.

hg: jdk8/tl/jdk: 8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls

2013-08-19 Thread paul . sandoz
Changeset: 9e9f5713b26d Author:psandoz Date: 2013-08-06 14:26 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9e9f5713b26d 8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls Reviewed-by: chegar Contributed-by: Martin Buch