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

Do not include classes which are unusable during run time in the classlist file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • hotspot
    • None
    • b143

    Description

      Classes found in --patch-module and --upgrade-module-path shouldn't be included in the classlist file. Those classes won't be loaded from archive during runtime.

      The most common case for --patch-module and --upgrade-module-path is to override classes for the boot and platform class loaders. In that case, we can just avoid printing all the boot/platform classes that are not loaded from the jimage

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: