Code review needed for 6737819

2009-09-15 Thread Jean-Christophe Collet
Here are the changes for 6737819. This allows for the previously hard-coded, always in, values for http.nonProxyHosts and ftp.nonProxyHosts to be overridden when necessary. I.E. before it was never possible to reach localhost (and its variations) via a proxy (hard coded exemption). These changes

Re: Code review needed for 6737819

2009-09-15 Thread Christopher Hegarty - Sun Microsystems Ireland
Looks good. -Chris. On 15/09/2009 15:36, Jean-Christophe Collet wrote: Here are the changes for 6737819. This allows for the previously hard-coded, always in, values for http.nonProxyHosts and ftp.nonProxyHosts to be overridden when necessary. I.E. before it was never possible to reach localho

hg: jdk7/tl/langtools: 6882235: invalid exponent causes silent javac crash

2009-09-15 Thread jonathan . gibbons
Changeset: 9dd34ed62341 Author:jjg Date: 2009-09-15 12:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9dd34ed62341 6882235: invalid exponent causes silent javac crash Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/parser/JavacParser.java + test/tools/jav

hg: jdk7/tl/langtools: 6860965: Project Coin: binary literals; ...

2009-09-15 Thread jonathan . gibbons
Changeset: 69eaccd3ea85 Author:jjg Date: 2009-09-15 18:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/69eaccd3ea85 6860965: Project Coin: binary literals 6860973: Project Coin: Underscores in literals Summary: [Portions contributed by Bruce Chapman] Reviewed-by: darc

hg: jdk7/tl/jdk: 6882363: 4/4 typos in java.util.logging javadocs

2009-09-15 Thread daniel . daugherty
Changeset: e8c2dd4b8bac Author:dcubed Date: 2009-09-15 22:11 -0600 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e8c2dd4b8bac 6882363: 4/4 typos in java.util.logging javadocs Summary: Fix typos, some grammar and some inconsistencies in phrasing. Reviewed-by: tbell ! src/share/cla