RFR: 8266431: Dual-Pivot Quicksort improvements (Radix sort) [v6]
Vladimir Yaroslavskiy
duke at openjdk.org
Fri Feb 27 22:10:29 UTC 2026
On Wed, 25 Feb 2026 22:26:50 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Vladimir Yaroslavskiy has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8266431: Dual-Pivot Quicksort improvements
>>
>> * Resolved IDE warnings
>> * Set next year 2026
>
> src/java.base/share/classes/java/util/gen-DualPivotQuicksort.sh line 1:
>
>> 1: #!/bin/bash
>
> Consider moving this to a make file in make/modules/java.base/gensrc; there are a few other scripts in that directory.
@liach Thank you, I will move src/java.base/share/classes/java/util/gen-DualPivotQuicksort.sh out to the script directory.
And what about test/jdk/java/util/Arrays/gen-Sorting.sh? Move also?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27411#discussion_r2866414230
More information about the core-libs-dev
mailing list