-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b35
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8085053 | emb-9 | Daniel Fuchs | P5 | Resolved | Fixed | team |
A StringBuilder could be used to optimize the following loop:
for (int i = 0; i < params.length; i++) {
msg = msg + " {" + i + "}";
}
for (int i = 0; i < params.length; i++) {
msg = msg + " {" + i + "}";
}
- backported by
-
JDK-8085053 Logger.enterring uses String concatenation in a loop
-
- Resolved
-