History log of /openjdk9/jdk/src/java.base/share/classes/java/util/HashMap.java
Revision Date Author Comments
# 17009:91b0fe2e552a 17-Apr-2017 smarks

8177789: fix collections framework links to point to java.util package doc
Reviewed-by: bchristi, martin


# 16200:4d74b5d2086c 05-Dec-2016 psandoz

8170733: HashMap.HashIterator.remove method does not use cached value for the hash code.
Reviewed-by: martin, dl, shade


# 13328:ce72c7641f38 17-Dec-2015 shade

8145539: (coll) AbstractMap.keySet and .values should not be volatile
Reviewed-by: redestad, plevart, dl, psandoz


# 12546:08afb0edefd7 11-Aug-2015 avstepan

8133188: docs: replace <tt> tags (obsolete in html5) for java.util
Reviewed-by: martin


# 11714:0c3aa853064e 02-Apr-2015 bchristi

8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find.
Summary: Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com