-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b66
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084937 | emb-9 | Ivan Gerasimov | P4 | Resolved | Fixed | team |
Many String related operations can be optimized:
- replace StringBuffer with StringBuilder;
- avoid mixing using StringBuilder with +-concatination;
- avoid using explicit .toString().
- replace StringBuffer with StringBuilder;
- avoid mixing using StringBuilder with +-concatination;
- avoid using explicit .toString().
- backported by
-
JDK-8084937 Optimize string operations in java.base/share/classes/sun/security/x509/
-
- Resolved
-