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

Missing jdk.deploy.osx from modules.xml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • core-libs
    • b31

    Backports

      Description

        While looking at the parsing of modules.xml, I came across a potential issue; jdk.deploy.osx is not listed in modules.xml. This may have just been an oversight in the original generation of modules.xml, as it will only appear on Mac.

        This is not an issue for the build as jdk.deploy.osx is in modules.list

        diff --git a/modules.xml b/modules.xml
        --- a/modules.xml
        +++ b/modules.xml
        @@ -1569,6 +1569,12 @@
             <depend>jdk.crypto.ec</depend>
           </module>
           <module>
        + <name>jdk.deploy.osx</name>
        + <depend>java.base</depend>
        + <depend>java.desktop</depend>
        + <depend>java.scripting</depend>
        + </module>
        + <module>
             <name>jdk.dev</name>
             <depend>java.base</depend>
             <depend>java.scripting</depend>

        Attachments

          Issue Links

            Activity

              People

                chegar Chris Hegarty
                chegar Chris Hegarty
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: