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

TEST_BUG: fix for 8009634 overlooks possible version strings (sun/misc/Version/Version.java)

    XMLWordPrintable

Details

    • b03
    • Verified

    Backports

      Description

        It would appear that the JDK & JVM versions are actually irreconcilable (at least in any readable manner) and the previous fix neglects to take the following types of version strings into account:

        24.0-b37-internal-201303141810.amurillo.hs24-b37-set-ver-fastdebug
        1.7.0-internal-201303141817.amurillo.hs24-b36-jdk7u14-b-b00

        I had incorrectly interpreted possible values for "identifier". In addition to that, the original code would actually interpret the HS string above incorrectly, using the 2nd occurance of b37 instead of the first.

        The best thing to do at this point would be to separate the version parsing code for HS & the JDK.

        Attachments

          Issue Links

            Activity

              People

                robm Robert Mckenna
                robm Robert Mckenna
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: