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
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:
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
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
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
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