Missing jdk.deploy.osx from modules.xml

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • b31

        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>

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

                Created:
                Updated:
                Resolved: