Convert JDK_Version::to_string to use stringStream instead of jio_snprintf-chain

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • b18

      JDK_Version::to_string uses a sequence of jio_snprintf calls to build the version string in the provided buffer. This can be simplified by using a stringStream over the buffer and stream printing operations.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: