[jdk17u-dev] RFR: 8347300: Don't exclude the "PATH" var from the environment when running app launchers in jpackage tests
Matthias Baesken
mbaesken at openjdk.org
Thu Nov 13 13:18:01 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.
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk17u-dev/pull/4173#pullrequestreview-3459747843
More information about the jdk-updates-dev
mailing list