RFR: 8347298: Bug in JPackageCommand.ignoreFakeRuntime()

Alexander Matveev almatvee at openjdk.org
Thu Jan 9 00:40:53 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.

Looks good.

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

Marked as reviewed by almatvee (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22986#pullrequestreview-2538552149


More information about the core-libs-dev mailing list