-
CSR
-
Resolution: Approved
-
P4
-
None
-
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().
- csr of
-
JDK-8305834 Add the runtime version in the release file of a JDK image
- Resolved
-
JDK-8306069 Add the runtime version in the release file of a JDK image
- Resolved
-
JDK-8306319 Add the runtime version in the release file of a JDK image
- Resolved
-
JDK-8307336 Add the runtime version in the release file of a JDK image
- Resolved
- relates to
-
JDK-8303479 Add JAVA_RUNTIME_VERSION in the release file of a JDK image
- Closed