hg: jdk7u/jdk7u-dev/jdk: 7178548: Hashtable alternative hashing threshold default ignored
mike.duigou at oracle.com
mike.duigou at oracle.com
Fri Jun 22 08:57:49 PDT 2012
Changeset: f1e9d1264ce6
Author: mduigou
Date: 2012-06-20 14:38 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f1e9d1264ce6
7178548: Hashtable alternative hashing threshold default ignored
Summary: Due to a patch merge error a manifest constant (a number) was used rather than the symbolic constant ALTERNATE_HASHING_THRESHOLD_DEFAULT for the alternate hashing threshold. When CR#773918 was applied it had no effect because the symbolic constant was not referenced.
Reviewed-by: dholmes, alanb
! src/share/classes/java/util/HashMap.java
! src/share/classes/java/util/Hashtable.java
! src/share/classes/java/util/WeakHashMap.java
! src/share/classes/java/util/concurrent/ConcurrentHashMap.java
More information about the jdk7u-dev
mailing list