RFR: 8351073: [macos] jpackage produces invalid Java runtime DMG bundles [v2]

Alexey Semenyuk asemenyuk at openjdk.org
Mon Jul 14 22:57:46 UTC 2025


On Thu, 10 Jul 2025 01:30:19 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

> runtimeImageDir is a value of --runtime-image in case of runtime installer.

This duplicates `Package.predefinedAppImage()` function. In case of runtime packaging, the "predefined app image" should be the value of `--runtime-image`. Can you evaluate if you can use `Package.predefinedAppImage()` function instead of adding a new one?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26173#discussion_r2205954659


More information about the core-libs-dev mailing list