Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8277093 Vector should throw ClassNotFoundException for a missing class of an element
  3. JDK-8277157

Release Note: Vector Should Throw ClassNotFoundException for a Missing Class of an Element

XMLWordPrintable

        `java.util.Vector` is updated to correctly report `ClassNotFoundException that occurs during deserialization using `java.io.ObjectInputStream.GetField.get(name, object)` when the class of an element of the Vector is not found.
        Without this fix, a `StreamCorruptedException` is thrown that does not provide information about the missing class.

              rriggs Roger Riggs
              rriggs Roger Riggs
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: