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

URLClassLoaderTable should store OopHandle instead of Handle

XMLWordPrintable

    • b20

      Currently the URLClassLoaderTable in unregisteredClasses.cpp is defined as follows:

      class URLClassLoaderTable : public ResourceHashtable<
        Symbol*, Handle,
        137, // prime number
        ResourceObj::C_HEAP> {};

      It should store OopHandle instead of Handle to avoid running into the same issue as in JDK-8274753.

            ccheung Calvin Cheung
            ccheung Calvin Cheung
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: