[jdk17u-dev] Integrated: 8347300: Don't exclude the "PATH" var from the environment when running app launchers in jpackage tests

Goetz Lindenmaier goetz at openjdk.org
Thu Nov 13 17:04:48 UTC 2025


On Wed, 12 Nov 2025 12:59:58 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> Backport for the same reasons as for the backport to 21, now to 17.
> Based of the change pushed in 21.
> 
> I had to resolve CfgFile.java, the code in 17 looks slightly different.
> Further I omitted the changes to LauncherAsServiceVerifier.java
> because that file is not in 17.
> 
> I had to do some further adaptions to make the changes compile.
> The code uses some methods only in 21 (List.reversed() and List.getFirst()). 
> I replaced these by plain coding.
> In 21, record Comm has been moved out of TKIT, this is needed now in 17, 
> too.  
> Find these changes in the second commit.

This pull request has now been integrated.

Changeset: 22fef0ac
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/22fef0ac3e55d5c5f3af59b620c98a16db4c73eb
Stats:     321 lines in 10 files changed: 239 ins; 26 del; 56 mod

8347300: Don't exclude the "PATH" var from the environment when running app launchers in jpackage tests

Reviewed-by: mbaesken
Backport-of: 8374d1f6fff541bef426b668978c31186405089b

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

PR: https://git.openjdk.org/jdk17u-dev/pull/4173


More information about the jdk-updates-dev mailing list