Remove unused _boot_modules_array and _platform_modules_array from classLoader.*

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: 9, 10, 11
    • Component/s: hotspot
    • b10

      Following two fields were leftover from removal of ModuleLoaderMap.dat for CDS. They are not used and should be cleaned up.

       // Array of module names associated with the boot class loader
        CDS_ONLY(static GrowableArray<char*>* _boot_modules_array;)

        // Array of module names associated with the platform class loader
        CDS_ONLY(static GrowableArray<char*>* _platform_modules_array;)

            Assignee:
            Jiangli Zhou
            Reporter:
            Jiangli Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: