RFR: 8345185: Some tests in test/jdk/tools/jpackage fail with a JDK without JMODs
Alexey Semenyuk
asemenyuk at openjdk.org
Tue Dec 10 19:16:41 UTC 2024
On Tue, 10 Dec 2024 16:20:42 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> That would only make sense if jpackage can work without jlink
It can. It invokes the jlink only if external runtime is not supplied, which is likely the default setup in most cases. jlink dependency is optional but required in common use cases.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22644#issuecomment-2532655613
More information about the core-libs-dev
mailing list