Re: RFR: 8000955: Hashtable.Entry.hashCode() no longer conforms to Map.Entry.hashCode()

2012-10-17 Thread Neil Richards
Now pushed to jdk8/tl/jdk [1]. Regards, Neil [1] http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5eed4a92ca8c On Wed, 2012-10-17 at 12:09 +0100, Alan Bateman wrote: > On 17/10/2012 00:12, Neil Richards wrote: > > Okay, you convinced me. :) > > > > Here's another webrev [1], updated to make use of Obj

Re: RFR: 8000955: Hashtable.Entry.hashCode() no longer conforms to Map.Entry.hashCode()

2012-10-17 Thread Alan Bateman
On 17/10/2012 00:12, Neil Richards wrote: Okay, you convinced me. :) Here's another webrev [1], updated to make use of Objects.hashCode() in the fix (as well as in the testcase). Can I now interest a Reviewer in endorsing this fix ? Thanks, Neil [1] http://cr.openjdk.java.net/~ngmr/8000955/we

RFR: 8000955: Hashtable.Entry.hashCode() no longer conforms to Map.Entry.hashCode()

2012-10-16 Thread Neil Richards
Okay, you convinced me. :) Here's another webrev [1], updated to make use of Objects.hashCode() in the fix (as well as in the testcase). Can I now interest a Reviewer in endorsing this fix ? Thanks, Neil [1] http://cr.openjdk.java.net/~ngmr/8000955/webrev.03/ On Tue, 2012-10-16 at 09:13 -0700,