History log of /openjdk9/jdk/test/java/util/Hashtable/SerializationDeadlock.java
Revision Date Author Comments
# 4249:23bdcede4e39 25-May-2011 katleman

7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
Reviewed-by: ohair, trims


# 3577:338c5b815ff2 14-Feb-2011 mduigou

6927486: Hashtable writeObject() may deadlock
Summary: Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards <neil.richards@ngmr.net>