jdk-24/jdk/test/java/util/HashMap
Mike Duigou 59ccdc0fbc 7173432: Handle null key at HashMap resize
If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE.

Reviewed-by: darcy
2012-06-01 00:05:21 -07:00
..
KeySetRemove.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NullKeyAtResize.java 7173432: Handle null key at HashMap resize 2012-06-01 00:05:21 -07:00
SetValue.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ToString.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00