On Wed, 31 Aug 2022 08:46:32 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> 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. > > Andrey Turbanov has updated the pull request incrementally with one > additional commit since the last revision: > > 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation > > use private for methods which changed signature Marked as reviewed by rriggs (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/10007