On Fri, 7 Aug 2026 21:29:31 GMT, Erik Joelsson <[email protected]> wrote:

>> Vladimir Yaroslavskiy has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   JDK-8266431: Dual-Pivot Quicksort improvements
>>   
>>   * Added Radix sort to the template for future release
>>   * Improved char counting sort
>>   * Optimized partitioning with one pivot
>
> src/java.base/share/classes/java/util/gen-DualPivotQuicksort.sh line 3:
> 
>> 1: #!/bin/bash
>> 2: 
>> 3: javac -d . ../../../../../../make/jdk/src/classes/build/tools/spp/Spp.java
> 
> I would consider launching this as a source file instead of putting a 
> temporary class file in the source tree.

I will go ahead when I return from vacation on Aug 19.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27411#discussion_r3744760252

Reply via email to