-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 7-pool, 8
-
Component/s: core-libs
-
b41
-
b43
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2225176 | 7u6 | Mike Duigou | P2 | Closed | Fixed | b13 |
If the key to be insterted 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.
- backported by
-
JDK-2225176 Fix issue with null key at resize of HashMap
-
- Closed
-