On Wed, 22 Jan 2025 17:09:40 GMT, Severin Gehwolf <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> reflect jlink review
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_de.properties
> line 78:
>
>> 76: err.runtime.link.modified.file={0} wurde geändert
>> 77: err.runtime.link.patched.module=jlink unterstützt keine Verknüpfung vom
>> Laufzeitimage unter einer gepatchten Laufzeit mit --patch-module
>> 78: err.no.module.path=--module-path-Option muss mit --add-modules
>> ALL-MODULE-PATH angegeben werden
>
> Suggestion:
>
> err.no.module.path=--module-path Option muss mit --add-modules
> ALL-MODULE-PATH angegeben werden
Fixed it in
https://github.com/openjdk/jdk/pull/23184/commits/cc8b23fb9d65a9ea603c6f7576d651f447ac2d5e.
The option reads incorrect with "-Option" appended, regardless of language
rules.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23184#discussion_r1925792014