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

Remove unused _boot_modules_array and _platform_modules_array from classLoader.*

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • 9, 10, 11
    • 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;)

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

              Created:
              Updated:
              Resolved: