History log of /openjdk10/jdk/test/java/util/Vector/SimpleSerialization.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


# 3575:28037efa90a3 14-Feb-2011 mduigou

6934356: Vector.writeObject() serialization may deadlock
Summary: No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
Contributed-by: Neil Richards <neil.richards@ngmr.net>