hg: jdk7/tl/jdk: 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default

2009-10-23 Thread joe . darcy
Changeset: 80102c165e09 Author:darcy Date: 2009-10-23 11:18 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/80102c165e09 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default Reviewed-by: alanb, gafter ! src/share/classes/java/util/Arrays.java

Re: Need reviewer for 6894633: NetHooks hould not require provider to be present (sol)

2009-10-23 Thread Jean-Christophe Collet
Christopher Hegarty - Sun Microsystems Ireland wrote: The changes look fine. Same here. Looks fine. -Chris. On 23/10/2009 14:57, Alan Bateman wrote: I need a reviewer for a small fix to sun.net.NetHooks. On Solaris, the code incorrectly assumes that the sdp provider is always present. T

Re: Need reviewer for 6894633: NetHooks hould not require provider to be present (sol)

2009-10-23 Thread Christopher Hegarty - Sun Microsystems Ireland
The changes look fine. -Chris. On 23/10/2009 14:57, Alan Bateman wrote: I need a reviewer for a small fix to sun.net.NetHooks. On Solaris, the code incorrectly assumes that the sdp provider is always present. The loadProvider method should return null if not present. The diffs are attached.

Need reviewer for 6894633: NetHooks hould not require provider to be present (sol)

2009-10-23 Thread Alan Bateman
I need a reviewer for a small fix to sun.net.NetHooks. On Solaris, the code incorrectly assumes that the sdp provider is always present. The loadProvider method should return null if not present. The diffs are attached. Thanks, Alan. --- a/src/solaris/classes/sun/net/NetHooks.java +++ b/sr