ADDITIONAL SYSTEM INFORMATION :
Java 8, Windows 10
A DESCRIPTION OF THE PROBLEM :
In IdentityHashMap class, If we call a default constructor, it call private init() method which makes default size as 64. But in documentation, it is written that default size is 21 based on 32 default capacity and load factor.
Java 8, Windows 10
A DESCRIPTION OF THE PROBLEM :
In IdentityHashMap class, If we call a default constructor, it call private init() method which makes default size as 64. But in documentation, it is written that default size is 21 based on 32 default capacity and load factor.
- relates to
-
JDK-5004953 IdentityHashMap hash function only returns even numbers
- Closed
-
JDK-8046362 IdentityHashMap.hash comments should be clarified
- Closed