On Wed, 28 Sep 2022 22:54:33 GMT, Justin Lu <d...@openjdk.org> wrote:
> Problem: Unnecessary instances of StringBuffer within java.text (internal > only) > > Fix: StringBuffer Replaced with StringBuilder, and adjusted variable/method > names This pull request has now been integrated. Changeset: 87acfee3 Author: Justin Lu <justin...@oracle.com> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/87acfee3c3e8dbc36b87e449f69fda6fca0088f6 Stats: 90 lines in 7 files changed: 10 ins; 35 del; 45 mod 8294397: Replace StringBuffer with StringBuilder within java.text Reviewed-by: lancea, naoto, bchristi ------------- PR: https://git.openjdk.org/jdk/pull/10475