hg: jdk8/tl/jdk: 8009558: linked_md.c::dll_build_name can get stuck in an infinite loop

2013-04-02 Thread staffan . larsen
Changeset: f1b89d4cce82 Author:sla Date: 2013-04-02 10:32 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f1b89d4cce82 8009558: linked_md.c::dll_build_name can get stuck in an infinite loop Reviewed-by: alanb, sspitsyn ! src/share/back/export/sys.h !

Re: RFR: JDK-8007373 Inet6Address serialization incompatibility

2013-04-02 Thread Alan Bateman
On 31/03/2013 15:16, Chris Hegarty wrote: Thanks for taking this Mark. It was my change that introduced this incompatibility. The source changes look fine to me. In fact, the removal of scope_ifname_set was not necessary for the original fix, just bad clean up. Also, there is no need to

Re: RFR: JDK-8007373 Inet6Address serialization incompatibility

2013-04-02 Thread Chris Hegarty
On 04/02/2013 12:38 PM, Alan Bateman wrote: On 31/03/2013 15:16, Chris Hegarty wrote: Thanks for taking this Mark. It was my change that introduced this incompatibility. The source changes look fine to me. In fact, the removal of scope_ifname_set was not necessary for the original fix, just

hg: jdk8/tl/jdk: 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding; ...

2013-04-02 Thread xueming . shen
Changeset: e6c3b8e74e50 Author:sherman Date: 2013-04-02 10:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e6c3b8e74e50 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding 8008925: Base64.getMimeDecoder().decode() does not ignore

Re: RFR: JDK-8007373 Inet6Address serialization incompatibility

2013-04-02 Thread Chris Hegarty
On 2 Apr 2013, at 19:39, Alan Bateman alan.bate...@oracle.com wrote: On 02/04/2013 13:42, Chris Hegarty wrote: I believe this option should work too. But it is really a trade off between simplicity and the more complicated serialPersistentFields. I'm ok with either. I just wanted to

hg: jdk8/tl/corba: 4 new changesets

2013-04-02 Thread lana . steuck
Changeset: a45bb25a67c7 Author:katleman Date: 2013-03-21 10:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/a45bb25a67c7 Added tag jdk8-b82 for changeset 48e1bc77004d ! .hgtags Changeset: 14f1babaf548 Author:katleman Date: 2013-03-28 10:53 -0700 URL:

hg: jdk8/tl/hotspot: 53 new changesets

2013-04-02 Thread lana . steuck
Changeset: 4f7380dca47e Author:katleman Date: 2013-03-21 10:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/4f7380dca47e Added tag jdk8-b82 for changeset 3db4ab0e12f4 ! .hgtags Changeset: 7ae04e71af90 Author:amurillo Date: 2013-03-15 11:44 -0700 URL:

hg: jdk8/tl/jaxws: 4 new changesets

2013-04-02 Thread lana . steuck
Changeset: a1dcc0d83da1 Author:katleman Date: 2013-03-21 10:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/a1dcc0d83da1 Added tag jdk8-b82 for changeset d8d8032d02d7 ! .hgtags Changeset: 54c29eb352e7 Author:katleman Date: 2013-03-28 10:54 -0700 URL:

hg: jdk8/tl/jdk: 18 new changesets

2013-04-02 Thread lana . steuck
Changeset: 624bcb480006 Author:omajid Date: 2013-03-18 10:46 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/624bcb480006 8010030: Allow configure to detect if EC implementation is present Reviewed-by: andrew, dholmes ! makefiles/CompileNativeLibraries.gmk Changeset:

hg: jdk8/tl: 8011342: hgforest.sh : 'python --version' not supported on older python

2013-04-02 Thread mike . duigou
Changeset: 7320922b694e Author:mduigou Date: 2013-04-02 14:56 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/7320922b694e 8011342: hgforest.sh : 'python --version' not supported on older python Reviewed-by: wetmore ! common/bin/hgforest.sh

hg: jdk8/tl/jdk: 8004979: java.lang.reflect.Modifier.toString should include default

2013-04-02 Thread joe . darcy
Changeset: b4f68aca1000 Author:darcy Date: 2013-04-02 16:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4f68aca1000 8004979: java.lang.reflect.Modifier.toString should include default Reviewed-by: mduigou ! src/share/classes/java/lang/reflect/Constructor.java !

Re: DefaultProxySelector socks override

2013-04-02 Thread Kurchi Hazra
Hi Christos/Chris, Here is a webrev for this change: http://cr.openjdk.java.net/~khazra/5001942/webrev.00/ Thanks, - Kurchi On 3/27/2013 10:49 AM, chris...@zoulas.com wrote: On Mar 27, 5:30pm, chris.hega...@oracle.com (Chris Hegarty) wrote: -- Subject: Re: DefaultProxySelector socks

Re: DefaultProxySelector socks override

2013-04-02 Thread Kurchi Hazra
Also, I should have clarified why I am changing the test. Since now we are defining the socks non-proxy property - localhost gets added to the list of non-proxy hosts by default in our implementation (as is the case with other protocols too). So localhost no more acts as the socksProxyHost. On

Re: DefaultProxySelector socks override

2013-04-02 Thread Christos Zoulas
On Apr 2, 5:13pm, kurchi.subhra.ha...@oracle.com (Kurchi Hazra) wrote: -- Subject: Re: DefaultProxySelector socks override | Hi Christos/Chris, | | Here is a webrev for this change: | http://cr.openjdk.java.net/~khazra/5001942/webrev.00/ LGTM, for DefaultProxySelector.java. The

Re: DefaultProxySelector socks override

2013-04-02 Thread Christos Zoulas
On Apr 2, 5:26pm, kurchi.subhra.ha...@oracle.com (Kurchi Hazra) wrote: -- Subject: Re: DefaultProxySelector socks override | Also, I should have clarified why I am changing the test. Since now we | are defining the socks non-proxy property - | localhost gets added to the list of non-proxy hosts