On Sun, 9 Aug 2026 18:15:15 GMT, Vladimir Yaroslavskiy <[email protected]> wrote:

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

> I would consider launching this as a source file instead of putting a 
> temporary class file in the source tree.

@erikj79 Do you mean to run the script like this?

`gen() {`
`    java ../../../../../make/jdk/src/classes/build/tools/spp/Spp.java -nel 
-Dtype=$1 ...`
`}`

And remove `javac -d . 
../../../../../make/jdk/src/classes/build/tools/spp/Spp.java`, right?

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

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

Reply via email to