On Mon, 9 Dec 2024 22:04:38 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> I don't think it is necessary to exclude jdk.jpackage from the `ALL-DEFAULT` > though if jdk.jlink module should be excluded. As I commented earlier, > jdk.jpackage is functional without the jdk.jlink. You cannot include `jdk.jpackage` and **exclude** `jdk.jlink`. `jdk.jpackage` has a hard-dependency on `jlink`: https://github.com/openjdk/jdk/blob/2979806c72561cb4d4e8ac3d44dbcea347ace966/src/jdk.jpackage/share/classes/module-info.java#L55 ------------- PR Comment: https://git.openjdk.org/jdk/pull/22644#issuecomment-2531039846