hg: jdk8/tl/jdk: 8006409: ThreadLocalRandom should dropping padding fields from its serialized form

2013-02-28 Thread chris . hegarty
Changeset: 7d272e524768 Author:chegar Date: 2013-02-28 12:39 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d272e524768 8006409: ThreadLocalRandom should dropping padding fields from its serialized form Reviewed-by: dl, martin, alanb, shade !

hg: jdk8/tl/langtools: 3 new changesets

2013-02-28 Thread maurizio . cimadamore
Changeset: 133a0a0c2cbc Author:mcimadamore Date: 2013-02-28 14:00 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/133a0a0c2cbc 8008723: Graph Inference: bad graph calculation leads to assertion error Summary: Dependencies are not propagated correctly through merged

Re: ChunkedOutputStream missing last CRLF

2013-02-28 Thread Chris Hegarty
Clearly sun.net.www.http.ChunkedOutpuStream is not a public API, so its direct use is not supported, or recommended. Users of the HttpURLConnection API can only get indirect references to ChunkedOutputStream, and these are wrapped in a StreamingOutputStream [1]. The

RFR: 8009251 - Add proxy handling and keep-alive fixes to jsse

2013-02-28 Thread Rob McKenna
Hi folks, I'd like to port some changes around proxy handling, keep alive and tunnelling to the HttpsClient. These should have been done along with the HttpClient. Webrev is at: http://cr.openjdk.java.net/~robm/8009251/webrev.01/ related issues: