hg: jdk7/tl/jdk: 6800572: Removing elements from views of NavigableMap implementations does not always work correctly.

2009-03-25 Thread martinrb
Changeset: 644849201ca6 Author:dl Date: 2009-03-24 19:42 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/644849201ca6 6800572: Removing elements from views of NavigableMap implementations does not always work correctly. Summary: Replace use of new TreeSet with new KeySet Revi

hg: jdk7/tl/langtools: 3 new changesets

2009-03-25 Thread maurizio . cimadamore
Changeset: 5caa6c45936a Author:mcimadamore Date: 2009-03-25 10:28 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/5caa6c45936a 6182950: methods clash algorithm should not depend on return type Summary: fixed code that checks for duplicate method declarations Reviewed-by:

Re: HttpServer - issue in handling of "Expect: 100-continue"

2009-03-25 Thread Michael McMahon
Hi Stewart, My reading of RFC2616 on this question suggests that the server isn't wrong sending a Content-Length: 0 header with the initial 100-Continue response, regardless of whether or not, the final response will contain a chunked response body. The 100- Continue is a normal response, struct

Review request for 6819122

2009-03-25 Thread Mandy Chung
6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Webrev at: http://cr.openjdk.java.net/~mchung/6819122/webrev.00/ Details: 1. The Pattern object is only used for checking a IPv6 loopback address. The current fix is to create a Pattern ob

Re: Review request for 6819122

2009-03-25 Thread Jean-Christophe Collet
The changes look good to me. Mandy Chung wrote: 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Webrev at: http://cr.openjdk.java.net/~mchung/6819122/webrev.00/ Details: 1. The Pattern object is only used for checking a IPv6 loopback ad

hg: jdk7/tl/jdk: 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects

2009-03-25 Thread mandy . chung
Changeset: 2dae30c4d687 Author:mchung Date: 2009-03-25 12:24 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2dae30c4d687 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Summary: Move two static NonProxyInfo fields into N