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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: