A decent amount of unnecessary string duplication occurs because of code calling as_string() when base() is sufficient. Change these callsites to avoid these unnecessary allocations.
- duplicates
-
JDK-8242002 Use stringStream.base() instead of as_string() when applicable
-
- Closed
-