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

tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries

XMLWordPrintable

    • b44
    • Verified

        In Jigsaw Milestone Ana, module boundaries will be enforced. Tests that use JDK internal APIs require adjustments to work with module boundaries.

        tools/launcher/MultipleJRE.sh use below internal API
             -> sun.misc.Version JDK internal API (java.base)

        Test needs to be re-examined and update to work with module boundaries:
        * If test is intent for doing white-box testing, test need to be updated with the method provided by JDK-8049424 (something like -XX:AddModuleExports=<module>/<package>)
        * Otherwise to eliminate the dependency on internal API

              ksrini Kumar Srinivasan
              amlu Amy Lu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: