RFR: 8345185: Some tests in test/jdk/tools/jpackage fail with a JDK without JMODs
Alan Bateman
alanb at openjdk.org
Tue Dec 10 16:23:42 UTC 2024
On Tue, 10 Dec 2024 16:07:00 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> Will changing `requires jdk.jlink;` to `requires static jdk.jlink;` let include `jdk.jpackage` without `jdk.jlink`?
That would only make sense if jpackage can work without jlink, meaning all the options for creating a run-time image would only be supported if the run-time image contains jdk.jlink and jpackage is run with -J-add-modules=jdk.jlink, don't think anyone would want that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22644#issuecomment-2532198615
More information about the core-libs-dev
mailing list