RFR: 8046085: (s) inserting null key into HashMap treebin fails (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Fri Jun 6 21:20:52 UTC 2014
- Previous message: RFR: 8046085: (s) inserting null key into HashMap treebin fails
- Next message: RFR 9 and 8u: JDK-8029674: (reflect) getMethods returns default methods that are not members of the class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The change and test look good to me Mike.
Typo? treeifiying -> treeifying. ;-)
-Chris.
On 6 Jun 2014, at 20:54, Mike Duigou <mike.duigou at oracle.com> wrote:
Hello all; This changeset corrects a problem inserting a null key into a HashMap that is using TreeBins. The root cause of the failure was diagnosed by Paul Sandoz and confirmed by Alan Bateman, Doug Lea and myself. I've prepared the changeset and a minimal test which reproduces the failure. jbsbug: https://bugs.openjdk.java.net/browse/JDK-8046085 webrev: http://cr.openjdk.java.net/~mduigou/JDK-8046085/0/webrev/ This change will be backported to 8u-dev as quickly as possible. Mike
- Previous message: RFR: 8046085: (s) inserting null key into HashMap treebin fails
- Next message: RFR 9 and 8u: JDK-8029674: (reflect) getMethods returns default methods that are not members of the class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]