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