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.
- blocks
-
JDK-8368816 Convert jio_snprintf chains to stringStream
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/8c3ca024
-
Review(master) openjdk/jdk/27567