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

RMIClassLoader does not support the unloading of its classes

XMLWordPrintable

    • 1.2beta2
    • sparc
    • solaris_2.5
    • Not verified

      The RMIClassLoader holds a hash table mapping codebase URLs to instances of
      RMIClassLoader objects. Strong references are used to point to the class loader
      instances, so classes loaded through an RMIClassLoader will never get unloaded,
      because the class loader itself has its cache that also strongly references the
      classes loaded through it (unless, of course, *all* references to the
      sun.rmi.server.RMIClassLoader class are gone from the VM, which is a less likely case).

            peterjones Peter Jones (Inactive)
            peterjones Peter Jones (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: