jdk/src/share/classes/java/util/HashMap.java
Fri, 13 Dec 2013 13:34:55 -0800 mduigou 8029055: Map.merge implementations should refuse null value param
Fri, 13 Dec 2013 13:35:35 -0800 mduigou 8030016: HashMap.computeIfAbsent generates spurious access event
Wed, 23 Oct 2013 14:32:41 -0700 mduigou 8024688: further split Map and ConcurrentMap defaults eliminating looping from Map defaults, Map.merge fixes and doc fixes.
Thu, 26 Sep 2013 11:13:34 -0700 bchristi 8025173: HashMap.put() replacing an existing key can trigger a resize()
Fri, 20 Sep 2013 15:12:05 -0700 bpb 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Wed, 04 Sep 2013 09:34:25 +0200 psandoz 8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black)
Tue, 30 Jul 2013 21:11:08 +0400 igerasim 7192942: (coll) Inefficient calculation of power of two in HashMap
Fri, 05 Jul 2013 10:51:54 +0800 zhangshj 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
Thu, 20 Jun 2013 07:23:51 -0700 mduigou 8017088: Map/HashMap.compute() incorrect with key mapping to null value
Tue, 18 Jun 2013 16:03:10 -0700 mduigou 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Wed, 12 Jun 2013 11:11:59 -0700 bchristi 8010325: Remove hash32() method and hash32 int field from java.lang.String
Fri, 31 May 2013 10:53:19 +0200 psandoz 8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
Tue, 04 Jun 2013 10:04:28 +0100 bchristi 8005698: Handle Frequent HashMap Collisions with Balanced Trees
Wed, 17 Apr 2013 11:34:31 +0200 psandoz 8011426: java.util collection Spliterator implementations
Tue, 16 Apr 2013 11:17:19 -0700 mduigou 8004518: Add in-place operations to Map
Wed, 10 Apr 2013 12:43:18 -0700 mduigou 8011200: (coll) Optimize empty HashMap and ArrayList
Mon, 01 Apr 2013 20:51:40 -0700 mduigou 8011199: Backout changeset JDK-7143928 (2b34a1eb3153)
Mon, 01 Apr 2013 20:15:48 -0700 mduigou 7143928: Optimize empty HashMap and ArrayList
Fri, 31 Aug 2012 13:42:47 -0700 dxu 7193406: Clean-up JDK Build Warnings in java.util, java.io
Wed, 13 Jun 2012 16:48:30 -0700 mduigou 7173919: Minor optimization of hashing methods
Thu, 07 Jun 2012 01:01:09 -0700 mduigou 7174736: JCK test api/java_util/HashMap/index_EntrySet failing
Fri, 01 Jun 2012 00:05:21 -0700 mduigou 7173432: Handle null key at HashMap resize
Wed, 30 May 2012 22:18:37 -0700 mduigou 7126277: Alternative String hashing implementation
Tue, 17 Apr 2012 12:21:56 -0700 khazra 7157893: Warnings Cleanup in java.util.*
Wed, 06 Apr 2011 22:06:11 -0700 ohair 7033660: Update copyright year to 2011 on any files changed in 2011
Mon, 20 Dec 2010 13:47:04 -0800 smarks 6880112: Project Coin: Port JDK core library code to use diamond operator
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Mon, 02 Nov 2009 17:25:38 -0800 dl 6865582: jsr166y - jsr166 maintenance update
Wed, 02 Jul 2008 12:55:45 -0700 xdono 6719955: Update copyright year
Mon, 10 Mar 2008 23:23:48 -0700 martin 6625725: (coll) modCount should not be volatile
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip