Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4011265

Deserialized classes not resolved relative to refering class

XMLWordPrintable

    • 1.1
    • sparc
    • solaris_2.4
    • Not verified

      Object serialization is not correctly sequencing the resolution of
      classes during deserialization. The correct class loader behavior
      resolves classnames relative to the classloader of the refering class.
      Serialization currently resolves the leaves of the class graph before
      the parents.

      the class for the elements of an array
      relative to the classloader of the array. In an applet the system class
      loader is always used for the elements even if the array itself has
      a non-null classloader.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: