On Sat, 25 Sep 2021 11:23:18 GMT, Andrey Turbanov <d...@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