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

Boot JDK jar tool used to construct the modular JAR for java.jnlp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 10
    • 10
    • infrastructure
    • None
    • b35

      When the java.jnlp module is built a modular jar is constructed from the class files. The boot JDK 9 jar tool is used to construct the modular jar.

      For class file versions > 53 the use of the boot JDK 9 jar tool will result in a build failure. This is because the boot JDK 9 jar tool attempts to process the module-info.class file and fails because the class file version is not 53.

      The build infrastructure could be modified to use the built jar tool.

            erikj Erik Joelsson
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: