RFR: 8272992: Replace usages of Collections.sort with List.sort call in jdk.* modules [v2]
Andrey Turbanov
github.com+741251+turbanoff at openjdk.java.net
Sat Sep 25 11:15:24 UTC 2021
On Tue, 14 Sep 2021 07:46:12 GMT, Andrey Turbanov <github.com+741251+turbanoff at openjdk.org> wrote:
>> Collections.sort is just a wrapper, so it is better to use an instance method directly.
>
> 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.jfr changes into separate PR https://github.com/openjdk/jdk/pull/5696 (JDK-8274319)
-------------
PR: https://git.openjdk.java.net/jdk/pull/5230
More information about the hotspot-dev
mailing list