Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b86
-
Not verified
Description
Martin Buchholz <martinrb@google.com> writes:
One of our users noticed that a lot of CPU time was being spent in StringBuilder.append(null).
We can apply the previously proven optimization that improves it by a factor of 2 on microbenchmarks.
One of our users noticed that a lot of CPU time was being spent in StringBuilder.append(null).
We can apply the previously proven optimization that improves it by a factor of 2 on microbenchmarks.
Attachments
Issue Links
- relates to
-
JDK-8014814 (str) StringBuffer "null" is not appended
- Closed