Re: RFR: 8046085: (s) inserting null key into HashMap treebin fails

2014-06-06 Thread Chris Hegarty
The change and test look good to me Mike. Typo? treeifiying -> treeifying. ;-) -Chris. > On 6 Jun 2014, at 20:54, Mike Duigou 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

RFR: 8046085: (s) inserting null key into HashMap treebin fails

2014-06-06 Thread Mike Duigou
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. j