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.

            Assignee:
            Calvin Cheung (Inactive)
            Reporter:
            Calvin Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: