RFR: 8311302: Allow for jlinking a custom runtime without packaged modules being present [v8]
Severin Gehwolf
sgehwolf at openjdk.org
Tue Nov 28 20:00:09 UTC 2023
On Tue, 28 Nov 2023 19:46:45 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> Ultimately, we want to know the jlink command-line options if it's linked with packaged modules. So I think `--verbose` output would serve as a good documentation. I'd like to hear other opinions.
Are you saying that for a run-time image based link:
`--verbose` should tell you exactly which command line options would need to be added to arrive at the same end-result image, but with packaged modules? I.e. do some tracking of cli options when `jlink` runs?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14787#issuecomment-1830626594
More information about the core-libs-dev
mailing list