RFR: 8345185: Some tests in test/jdk/tools/jpackage fail with a JDK without JMODs
Alexey Semenyuk
asemenyuk at openjdk.org
Mon Dec 9 18:03:39 UTC 2024
On Mon, 9 Dec 2024 12:57:22 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> The proposal is to not include jdk.jlink and jdk.jpackage by default on a JDK build with JEP 493 enabled
jpackage can use external runtime through `--runtime-image` cli option and not invoke jlink.
Would you consider adding an error message to jpackage if it detects jlink tool is not available as an alternative to not including jdk.jpackage module in `ALL-DEFAULT`? Seems like a more generic solution.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22644#issuecomment-2528934643
More information about the core-libs-dev
mailing list