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. 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