RFR: 8368975: Windows ProcessImpl.java has dead code [v2]

Albert Mingkun Yang ayang at openjdk.org
Thu Oct 23 11:08:05 UTC 2025


On Thu, 23 Oct 2025 10:49:36 GMT, Francesco Andreuzzi <fandreuzzi at openjdk.org> wrote:

>> Removal of dead code in the windows flavor of `ProcessImpl.java`. The removed branches can't be reached because `allowAmbiguousCommands` is known to be `false` in the `else` block.
>> 
>> Passes tier1 in GHA.
>
> Francesco Andreuzzi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   keep var

Marked as reviewed by ayang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/27945#pullrequestreview-3369387895


More information about the core-libs-dev mailing list