RFR: 8345185: Some tests in test/jdk/tools/jpackage fail with a JDK without JMODs
Severin Gehwolf
sgehwolf at openjdk.org
Tue Dec 10 09:50:38 UTC 2024
On Mon, 9 Dec 2024 22:04:38 GMT, Alexey Semenyuk <asemenyuk at 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
More information about the core-libs-dev
mailing list