hg: jdk8/tl/jdk: 7188658: Add possibility to disable client initiated renegotiation

2013-06-19 Thread xuelei . fan
Changeset: a76858faad59 Author:xuelei Date: 2013-06-19 02:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a76858faad59 7188658: Add possibility to disable client initiated renegotiation Reviewed-by: weijun, wetmore ! src/share/classes/sun/security/ssl/Handshaker.java ! src

hg: jdk8/tl/langtools: 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits

2013-06-19 Thread vicente . romero
Changeset: 6d3b33aea370 Author:vromero Date: 2013-06-19 11:09 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6d3b33aea370 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits Reviewed-by: jjg ! src/share/classes/com/sun/tools/

hg: jdk8/tl/jdk: 2 new changesets

2013-06-19 Thread chris . hegarty
Changeset: 22337da71eca Author:chegar Date: 2013-06-19 11:47 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/22337da71eca 8017044: anti-delta fix for 8015402 Reviewed-by: alanb ! src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java ! src/share/classes/j

hg: jdk8/tl/langtools: 2 new changesets

2013-06-19 Thread chris . hegarty
Changeset: be62183f938a Author:chegar Date: 2013-06-19 11:48 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/be62183f938a 8017045: anti-delta fix for 8013789 Reviewed-by: alanb ! src/share/classes/com/sun/tools/javac/code/Types.java ! src/share/classes/com/sun/tools/jav

Re: 7025238 : HttpURLConnection does not handle URLs with an empty path component

2013-06-19 Thread Chris Hegarty
Hi Andreas, On 18/06/2013 20:19, Andreas Rieber wrote: Hi, i am looking for a sponsor of this issue. The bug is here: http://bugs.sun.com/view_bug.do?bug_id=7025238 First i verified that the problem still exists. Then i checked the problem against some other web servers. Apache handles a miss

Re: 7025238 : HttpURLConnection does not handle URLs with an empty path component

2013-06-19 Thread Andreas Rieber
Hi Chris and Kurchi, i have updated and rerun the test (removed the "@run main/othervm B7025238"). New webrev is here: http://cr.openjdk.java.net/~arieber/7025238/webrev.01/ thanks Andreas On 19.06.13 15:33, Chris Hegarty wrote: Hi Andreas, On 18/06/2013 20:19, Andreas Rieber wrote: Hi,

RFR JDK8015799

2013-06-19 Thread John Zavgren
Greetings: Please review the following changes for a bug that's caused by empty cookie header strings. The proposed change detects this condition and returns "early". http://cr.openjdk.java.net/~jzavgren/8015799/webrev.01/ -- Joh

RFR JDK8014499

2013-06-19 Thread John Zavgren
All: Please consider the following change to the MulticastSocket code that conditionally sets the IP_MULTICAST_ALL socket option to "off" when the Linux host is running a modern (greater than 2.6.30) kernel. This option is used to prevent "promiscuous" receptions. http://cr.openjdk.java.net/

RFR JDK8014377

2013-06-19 Thread John Zavgren
Greetings: Please consider the following change to the NIO DatagramChannel code that conditionally sets the IP_MULTICAST_ALL socket option to "off" when the Linux host is running a modern (greater than 2.6.30) kernel. This option is used to prevent "promiscuous" receptions. http://cr.openjdk

hg: jdk8/tl/jdk: 4837946: Faster multiplication and exponentiation of large integers; ...

2013-06-19 Thread alan . bateman
Changeset: 9b802d99cb52 Author:bpb Date: 2013-06-19 08:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9b802d99cb52 4837946: Faster multiplication and exponentiation of large integers 4646474: BigInteger.pow() algorithm slow in 1.4.0 Summary: Implement Karatsuba and 3-way T

hg: jdk8/tl/jdk: 6 new changesets

2013-06-19 Thread chris . hegarty
Changeset: e7ece2dbdc70 Author:sla Date: 2013-06-10 11:33 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7ece2dbdc70 8005008: Add Java Flight Recorder Phase II Reviewed-by: erikj Contributed-by: Karen Kinnear , Bengt Rutisson , Calvin Cheung , Erik Gahlin , Erik Helin , Je

Re: 7025238 : HttpURLConnection does not handle URLs with an empty path component

2013-06-19 Thread Kurchi Hazra
Hi Andreas, I looked at your changes, and they look good to me. Although we are not changing the path of the URL itself (it is not modifiable too), but from what I see the only other relevant place where URL.path is logically used in http client is in ParseUtil.toURI(), which basically does

Re: 7025238 : HttpURLConnection does not handle URLs with an empty path component

2013-06-19 Thread Andreas Rieber
Hi Kurchi, to change the path in URL.java would not be a good idea, it supports many other protocols as well and what i can read out of the URL specification is that path can be empty. True, ParserUtil.toUri() uses the path and query elements separate. Here in HttpClient.java i guess it saves

hg: jdk8/tl/hotspot: 5 new changesets

2013-06-19 Thread chris . hegarty
Changeset: d0add7016434 Author:amurillo Date: 2013-06-07 09:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/d0add7016434 8016078: new hotspot build - hs25-b37 Reviewed-by: jcoomes ! make/hotspot_version Changeset: f2110083203d Author:sla Date: 2013-06-10 11:3

hg: jdk8/tl/jdk: 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java

2013-06-19 Thread dan . xu
Changeset: f6d72c4f6bf1 Author:dxu Date: 2013-06-19 13:00 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f6d72c4f6bf1 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java Summary: Add hashCode() methods to ListenerInfo and Wildca

hg: jdk8/tl/jdk: 8016576: Overrides warnings in jdi and jconsole

2013-06-19 Thread kurchi . subhra . hazra
Changeset: de6b93fd6d23 Author:khazra Date: 2013-06-19 14:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/de6b93fd6d23 8016576: Overrides warnings in jdi and jconsole Summary: Implement hashCode() in classes emitting warnings Reviewed-by: alanb, chegar ! src/share/classes/

hg: jdk8/tl/jdk: 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java

2013-06-19 Thread kurchi . subhra . hazra
Changeset: e1b18a666f76 Author:khazra Date: 2013-06-19 14:13 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e1b18a666f76 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java Summary: Override Object.hashCode() Reviewed-by: alanb, chegar ! src/share/classes/s

hg: jdk8/tl/langtools: 8016610: javac, add new internal symbols to make operator resolution faster

2013-06-19 Thread vicente . romero
Changeset: be10ac0081b2 Author:vromero Date: 2013-06-19 22:07 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/be10ac0081b2 8016610: javac, add new internal symbols to make operator resolution faster Reviewed-by: jjg Contributed-by: maurizio.cimadam...@oracle.com ! src/s

Re: 7025238 : HttpURLConnection does not handle URLs with an empty path component

2013-06-19 Thread Kurchi Hazra
Hi Andreas, I was not talking about changing the URL implementation, but just pointing out that your change doesn't cause incompatibilities in the way we store elements in the cookiehandler, which is good. I ran all networking tests on all supported platforms, and things look green. I'll push

hg: jdk8/tl/jdk: 7025238: HttpURLConnection does not handle URLs with an empty path component.

2013-06-19 Thread kurchi . subhra . hazra
Changeset: 2b156531b7eb Author:arieber Date: 2013-06-19 17:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2b156531b7eb 7025238: HttpURLConnection does not handle URLs with an empty path component. Summary: Prepend a '/' to file when path is empty Reviewed-by: chegar, khazr