summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2011-02-22 16:09:41 +0000
committerPekka Enberg <penberg@kernel.org>2011-02-22 16:09:41 +0000
commit91debbc6aae04e6201172303bdb8be952058301a (patch)
tree19505f4df78a1b54c3d35e19f862b68992ec7630 /ChangeLog
parenteace3ded0136a5bbe99eef4d0bbb13798c38f99a (diff)
downloadclasspath-91debbc6aae04e6201172303bdb8be952058301a.tar.gz
Bump up HashMap default initial capacity
While debugging Jython bootstrap issues with GNU Classpath, I noticed that HashMap.DEFAULT_CAPACITY is set to 11 although Java 1.4 has it as 16. 2011-02-22 Pekka Enberg <penberg@kernel.org> * java/util/HashMap: (DEFAULT_CAPACITY): Make default initial capacity 16 as it is defined in official Javadocs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1c7c3183..7eeacf0dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-22 Pekka Enberg <penberg@kernel.org>
+
+ * java/util/HashMap:
+ (DEFAULT_CAPACITY): Make default initial capacity 16 as it is
+ defined in official Javadocs.
+
2010-02-16 Pekka Enberg <penberg@kernel.org>
* java/util/Formatter.java: