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

Replace uses of StringBuffer with StringBuilder in MergeCollation

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P5
    • Resolution: Fixed
    • None
    • 20
    • core-libs
    • b13

    Description

      Couple of package-private classes in java.text package still use StringBuffer: MergeCollation and PatternEntry.
      StringBuffer is a legacy synchronized class. StringBuilder is a direct replacement to StringBuffer which generally have better performance.

      Attachments

        Issue Links

          Activity

            People

              aturbanov Andrey Turbanov
              aturbanov Andrey Turbanov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: