RFR: 8351073: [macos] jpackage produces invalid Java runtime DMG bundles
Michael Hall
mik3hall at gmail.com
Tue May 20 09:13:19 UTC 2025
> On May 19, 2025, at 7:53 PM, Alexander Matveev <almatvee at openjdk.org> wrote:
>
> Fixed jpackage to produce valid Java runtimes based on description below:
>
> Definitions:
Thanks for the follow-up.
To the comments on the issue of would it be useful for jpackage to do this.
The runtime images that you get with make images doesn’t work for applications. So it can’t be used to test applications. I assume your changes make that possible. How often you might want to test
jdk builds against applications I don’t know.
Validation again seemed to me to be important. In trying this out I attempted different ways to use the —runtime-image parameter. All of them succeeded in creating dmg’s but the images were not valid.
Is there some test being added?
More information about the core-libs-dev
mailing list