JDK-4261107 : Vector serialization is not synchronized
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Affected Version: 1.2.2
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-08-09
  • Updated: 2021-03-03
  • Resolved: 2003-09-18
Related Reports
Duplicate :  
Description
Vector operations are stated to be synchronized as appropriate, but Vector serialization is not synchronized at all.

Comments
SUGGESTED FIX Add a synchronized writeObject that calls defaultWriteObject.
11-06-2004

PUBLIC COMMENTS Vector operations are stated to be synchronized as appropriate, but Vector serialization is not synchronized at all.
10-06-2004

EVALUATION Will fix for Kestrel FCS naveen.sanjeeva@eng 1999-09-08
08-09-1999