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

Add JAVA_RUNTIME_VERSION in the release file of a JDK image

XMLWordPrintable

    • behavioral
    • minimal
    • A new JAVA_RUNTIME_VERSION is added in $JAVA_HOME/release file. No change to existing content.
    • File or wire format, Other
    • JDK

      Summary

      Add the field JAVA_RUNTIME_VERSION to the release file. This field is equivalent to the string representation of Runtime::version().

      Problem

      The release file in $JAVA_HOME/release has a field JAVA_VERSION giving the version number and a pre-release identifier. The release file does not contain further build information about the JDK image, which could be useful to have.

      Solution

      Add the JAVA_RUNTIME_VERSION field to the release file.

      Specification

      The delta is equivalent to the upstream diff from which this is backported. We add the field JAVA_RUNTIME_VERSION="$(VSTR)" to the release file at $JAVA_HOME/release, where $(VSTR) is the string representation of Runtime::version().

            dskantz Daniel Skantz
            dskantz Daniel Skantz
            Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: