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

Convert build tool to use the new -XaddExports syntax in bootcycle build

XMLWordPrintable

    • b113

      Some build tools are using the old -XaddExports syntax. As specified in JEP 261, the syntax for -XaddExports is:

      -XaddExports:<source-module>/<package>=<target-module>(,<target-module>)*

      where <source-module> and <target-module> are module names and <package> is the name of a package.

      The -XaddExports option can be used more than once, but at most once for any particular combination of source module and package name.

            mchung Mandy Chung (Inactive)
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: