Review: 7146564: DefaultProxySelector should filter 0.0.0.0 and ::0 [macosx]

2012-06-20 Thread Michael McMahon
Could I get the following small change reviewed for 7u6? http://cr.openjdk.java.net/~michaelm/7146564/webrev.1/ The change has been in 8 already for some time. Thanks Michael.

Re: Review: 7146564: DefaultProxySelector should filter 0.0.0.0 and ::0 [macosx]

2012-06-20 Thread Chris Hegarty
Looks fine to me. -Chris. On 20/06/2012 15:59, Michael McMahon wrote: Could I get the following small change reviewed for 7u6? http://cr.openjdk.java.net/~michaelm/7146564/webrev.1/ The change has been in 8 already for some time. Thanks Michael.

hg: jdk8/tl/langtools: 7174143: encapsulate doc comment table

2012-06-20 Thread jonathan . gibbons
Changeset: 5c0b3faeb0b0 Author:jjg Date: 2012-06-20 13:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5c0b3faeb0b0 7174143: encapsulate doc comment table Reviewed-by: ksrini, mcimadamore ! src/share/classes/com/sun/tools/javac/api/JavacTrees.java !

hg: jdk8/tl/jdk: 7178483: Change version string for Embedded releases

2012-06-20 Thread david . holmes
Changeset: dfe5617c18b4 Author:dholmes Date: 2012-06-20 22:40 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dfe5617c18b4 7178483: Change version string for Embedded releases Reviewed-by: dholmes, lancea Contributed-by: Gary Collins gary.coll...@oracle.com !

A little modification to error message

2012-06-20 Thread Sean Chou
Hi all, We did some modification in these error messages because of some user feedback “It is confusing to realize if the OOM is from java heap or native heap”. So these error messages are modified from heap allocation failed to Native heap allocation failed. And in some places a little more