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

Determine modules depending on upgradeable modules directly and indirectly

XMLWordPrintable

    • b120

      Need to replace the following hardcoded list with proper logic to read from module-info.java to determine modules depending on upgradeable modules directly and indirectly

        # TODO: find modules that directly and indrectly on upgradeable modules
        EXCLUDE_HASH_MODULES := $(UPGRADEABLE_MODULES) \
          java.se.ee \
          jdk.rmic \
          jdk.xml.bind \
          jdk.xml.ws \
          #

        EXCLUDE_PATTERN := $(strip $(subst $(SPACE),|,$(strip $(EXCLUDE_HASH_MODULES))))

        JMOD_FLAGS += --modulepath $(IMAGES_OUTPUTDIR)/jmods \
                      --hash-modules '^(?!$(EXCLUDE_PATTERN))'

            erikj Erik Joelsson
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: