> `$JAVA_HOME/release` file currently includes `JAVA_VERSION`  which is the 
> version 
> number plus the pre-release identifier for example "21-ea".    The build 
> number 
> and additional build information are useful in identifying the information 
> about a JDK image but not available.  This proposes to add a new entry in the 
> release file:
> 
> JAVA_RUNTIME_VERSION="$(VSTR)"
> 
> where `$(VSTR)` is the string represented by `Runtime::version()`.

Mandy Chung has updated the pull request incrementally with one additional 
commit since the last revision:

  fix typo

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/12813/files
  - new: https://git.openjdk.org/jdk/pull/12813/files/9eabcfb8..df7369f7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12813&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12813&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/12813.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12813/head:pull/12813

PR: https://git.openjdk.org/jdk/pull/12813

Reply via email to