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