-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b23
If JVM which is configured with --with-version-patch is crashed, JDK version in he_err log is incorrect.
How to reproduce:
1. Run configure with "--with-version-update=0 --with-version-patch=1"
2. Build JDK
3. Run any Java app
4. Send SIGSEGV from kill command
Header of hs_err log:
```
# JRE version: OpenJDK Runtime Environment (14.0.1+2) (build 14.0.0.1+2-TypeS)
```
"14.0.1+2" should be "14.0.0.1+2"
How to reproduce:
1. Run configure with "--with-version-update=0 --with-version-patch=1"
2. Build JDK
3. Run any Java app
4. Send SIGSEGV from kill command
Header of hs_err log:
```
# JRE version: OpenJDK Runtime Environment (14.0.1+2) (build 14.0.0.1+2-TypeS)
```
"14.0.1+2" should be "14.0.0.1+2"