Integrated: 8347298: Bug in JPackageCommand.ignoreFakeRuntime()

Alexey Semenyuk asemenyuk at openjdk.org
Fri Jan 10 19:34:46 UTC 2025


On Wed, 8 Jan 2025 23:29:49 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> `JPackageCommand.ignoreFakeRuntime()` method mistakenly tests if Java runtime configured for the current jpackage command is a valid Java runtime.
> 
> It must test the runtime configured for jpackage tests with `jdk.jpackage.test.runtime-image` system property instead.

This pull request has now been integrated.

Changeset: 01c8ba2c
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/01c8ba2cde881c3d483cb776ca17a5aa13123b23
Stats:     8 lines in 1 file changed: 0 ins; 3 del; 5 mod

8347298: Bug in JPackageCommand.ignoreFakeRuntime()

Reviewed-by: almatvee

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

PR: https://git.openjdk.org/jdk/pull/22986


More information about the core-libs-dev mailing list