hg: jdk8/tl/jaxp: 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently

2013-05-07 Thread daniel . fuchs
Changeset: 452e1a182907 Author:dfuchs Date: 2013-05-06 18:50 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/452e1a182907 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently Summary: Encodings.java sometimes cre

hg: jdk8/tl/jdk: 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently

2013-05-07 Thread daniel . fuchs
Changeset: 2602eab5f086 Author:dfuchs Date: 2013-05-07 11:35 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2602eab5f086 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently Summary: Encodings.java sometimes crea

Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
Hello, This is my first post to this mailing list so I would like to say "Hi". The reason I subscribed and I am writing is that I believe I have found a bug in sun.*.HttpURLConnection class (in particular how it handles Expect: 100-continue header). I have already submitted a bug at bugs.sun.com

Re: RFR JDK7188517

2013-05-07 Thread Chris Hegarty
On 05/06/2013 10:28 PM, Kurchi Hazra wrote: This looks okay to me. Source changes look fine to me too. Probably best to add a test for '$' In fact, Michael actually removed such a test [1] during another change. We should get positive agreement from Michael before pushing this. -Chris. [1]

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Chris Hegarty
Hi Piotr, Your bug is accessible at http://bugs.sun.com/view_bug.do?bug_id=8012625 From my reading of the code the headers should be sent before waiting for the reply to continue. From sun/net/www/prtotocol/http/HttpURLConnection: getOutputStream() { if (!checkReus

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
Chris, When I used the URL provided by you I have indeed access to my bug report. It seems the notification email I got with confirmation of my report submission provides the misleading URL. Is it possible to fix it in the notification template? When I debug the code (using the test case I attach

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Chris Hegarty
On 05/07/2013 02:59 PM, Piotr Bzdyl wrote: Chris, When I used the URL provided by you I have indeed access to my bug report. It seems the notification email I got with confirmation of my report submission provides the misleading URL. Is it possible to fix it in the notification template? You a

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
Thank you very much for clarification! Best regards, Piotr On Tue, May 7, 2013 at 4:05 PM, Chris Hegarty wrote: > On 05/07/2013 02:59 PM, Piotr Bzdyl wrote: > >> Chris, >> >> When I used the URL provided by you I have indeed access to my bug >> report. It seems the notification email I got with

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
In this case I will have to double check the SAAJ SoapConnection (as we encountered the problem indirectly when using SAAJ SoapConnection). The code invoking the SOAP service was setting Expect: 100-continue header as the SOAP message header and SoapConnection propagated it to HttpURLConnection. I

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Chris Hegarty
I replied too quick. This is not a bug per say, but a limitation of the existing API. Expect: 100-continue is only supported with streaming requests, i.e. setChunkedStreamingMode(int), or setFixedLengthStreamingMode(long). With the above API's the appropriate header, content-length or Transf

hg: jdk8/tl/jdk: 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true

2013-05-07 Thread staffan . larsen
Changeset: 100027950b05 Author:sla Date: 2013-05-07 20:00 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/100027950b05 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true Reviewed-by: alanb, dsamersoff ! test/sun/tools/jinfo/Basic.sh

hg: jdk8/tl/jdk: 6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1; ...

2013-05-07 Thread staffan . larsen
Changeset: 7b40394ad944 Author:sla Date: 2013-05-07 19:57 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7b40394ad944 6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1 7181907: TEST_BUG: j/l/management/MemoryMXBean/ResetPe

hg: jdk8/tl/jdk: 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied

2013-05-07 Thread naoto . sato
Changeset: e30396e22c6f Author:naoto Date: 2013-05-07 11:31 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e30396e22c6f 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied Reviewed-by: okutsu ! src/share/classes/sun/util/locale/provider/TimeZoneNameUti

hg: jdk8/tl/jdk: 4802647: Throw required NPEs from removeAll()/retainAll()

2013-05-07 Thread mike . duigou
Changeset: fe4e9bc2186f Author:mduigou Date: 2013-05-07 12:05 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fe4e9bc2186f 4802647: Throw required NPEs from removeAll()/retainAll() Reviewed-by: mduigou, chegar, dholmes Contributed-by: Brandon Passanisi ! src/share/classes/ja

hg: jdk8/tl/langtools: 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar

2013-05-07 Thread jonathan . gibbons
Changeset: 43c2f7cb9c76 Author:jjg Date: 2013-05-07 14:27 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/43c2f7cb9c76 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar Reviewed-by: vromero, mcimadamore ! src/share/clas

hg: jdk8/tl/jdk: 8012664: Add tests for java.util.stream and lambda translation

2013-05-07 Thread mike . duigou
Changeset: 6feee75b0a8b Author:briangoetz Date: 2013-05-06 11:43 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6feee75b0a8b 8012664: Add tests for java.util.stream and lambda translation Reviewed-by: mduigou, briangoetz Contributed-by: Brian Goetz , Paul Sandoz , Mike Duigo