RFR: 8272992: Replace usages of Collections.sort with List.sort call in jdk.* modules [v4]

Pavel Rappo prappo at openjdk.java.net
Tue Oct 12 16:37:49 UTC 2021


On Sat, 25 Sep 2021 11:23:18 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.
>> Affected modules: jdk.javadoc, jdk.jcmd, jdk.jconsole
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8272992: Replace usages of Collections.sort with List.sort call in jdk.* modules
>   extracted jdk.hotspot.agent changes into separate PR. Rollback them here.

I've submitted an extended test job with the 5f75485 commit; if that job shows no issues, I'll sponsor this PR.

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

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


More information about the serviceability-dev mailing list