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:22:58 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.
Changes to the jdk.javadoc module look good; I can sponsor this PR.
-------------
Marked as reviewed by prappo (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5230
More information about the javadoc-dev
mailing list