On Thu, 28 Sep 2023 20:58:30 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> Don't use JDK image from `$JAVA_HOME` as a value of `--runtime-image` > jpackage cli option. Use jlink to create a runtime in test work dir if the > default runtime is not specified and pass the location of jlink output. This pull request has now been integrated. Changeset: 5a6aa569 Author: Alexey Semenyuk <asemen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5a6aa569aa279141193038dc2e61e18a8b24bc11 Stats: 22 lines in 1 file changed: 18 ins; 1 del; 3 mod 8303959: tools/jpackage/share/RuntimePackageTest.java fails with java.lang.AssertionError missing files Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/15971