Integrated: 8274899: Replace usages of Collections.sort with List.sort call in jdk.hotspot.agent

Andrey Turbanov duke at openjdk.java.net
Tue Oct 19 14:49:59 UTC 2021


On Sat, 25 Sep 2021 11:15:35 GMT, Andrey Turbanov <duke at openjdk.java.net> wrote:

> Collections.sort is just a wrapper, so it is better to use an instance method directly.

This pull request has now been integrated.

Changeset: a579483c
Author:    Andrey Turbanov <turbanoff at gmail.com>
Committer: Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a579483c88e94bdaa787d109e5ae204e7fb308c0
Stats:     26 lines in 7 files changed: 0 ins; 13 del; 13 mod

8274899: Replace usages of Collections.sort with List.sort call in jdk.hotspot.agent

Reviewed-by: sspitsyn, cjplummer, ayang

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

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


More information about the serviceability-dev mailing list