Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8080522

Optimize string operations in java.base/share/classes/sun/security/x509/

XMLWordPrintable

        Many String related operations can be optimized:
        - replace StringBuffer with StringBuilder;
        - avoid mixing using StringBuilder with +-concatination;
        - avoid using explicit .toString().

              igerasim Ivan Gerasimov
              igerasim Ivan Gerasimov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: