-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b43
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084739 | emb-9 | Weijun Wang | P4 | Resolved | Fixed | team |
Motivation: Make another append instead of concat String inside of append parameter in StringBuilder class. To avoid an extra StringBuilder created for the purpose of concatenating. So it will save memory and will faster than concat String.
The bug is created for code change discussions in http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-August/028142.html. The contributor is Otávio Gonçalves de Santana.
The bug is created for code change discussions in http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-August/028142.html. The contributor is Otávio Gonçalves de Santana.
- backported by
-
JDK-8084739 Replace concat String to append in StringBuilder parameters
-
- Resolved
-
- relates to
-
JDK-8067207 Replace concat String to append in StringBuilder parameters (client)
-
- Resolved
-