Integrated: 8264484: Replace uses of StringBuffer with StringBuilder in jdk.hotspot.agent

Andrey Turbanov github.com+741251+turbanoff at openjdk.java.net
Thu Apr 1 07:27:08 UTC 2021


On Tue, 30 Mar 2021 18:58:24 GMT, Andrey Turbanov <github.com+741251+turbanoff at openjdk.org> wrote:

> Found by IntelliJ IDEA inspection `Java | Java language level migration aids | Java 5 | 'StringBuffer' may be 'StringBuilder'`
> As suggested in https://github.com/openjdk/jdk/pull/1507#issuecomment-757369003 I've created separate PR for module `jdk.hotspot.agent`
> Similar cleanups in the past: https://bugs.openjdk.java.net/browse/JDK-8041679 https://bugs.openjdk.java.net/browse/JDK-8264029

This pull request has now been integrated.

Changeset: 6cf10950
Author:    Andrey Turbanov <turbanoff at gmail.com>
Committer: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6cf10950
Stats:     116 lines in 37 files changed: 0 ins; 7 del; 109 mod

8264484: Replace uses of StringBuffer with StringBuilder in jdk.hotspot.agent

Reviewed-by: kevinw, amenkov, ysuenaga

-------------

PR: https://git.openjdk.java.net/jdk/pull/3275


More information about the serviceability-dev mailing list