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

Incorrect JDK version is reported in hs_err log

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 11, 14
    • hotspot
    • 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"

            ysuenaga Yasumasa Suenaga
            ysuenaga Yasumasa Suenaga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: