RFR: 8311302: Implement JEP 493: Linking Run-Time Images without JMODs [v40]
Severin Gehwolf
sgehwolf at openjdk.org
Wed Oct 30 21:12:44 UTC 2024
On Mon, 28 Oct 2024 14:17:37 GMT, Mark Reinhold <mr at openjdk.org> wrote:
>> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties line 119:
>>
>>> 117: warn.prefix=Warning:
>>> 118:
>>> 119: err.runtime.link.not.linkable.runtime=The current run-time image does not support run-time linking.
>>
>> should we use "runtime" instead of "run-time" in the help message and errors/warnings? "runtime" is already used in the messages in this file.
>
> Prefer “run-time” when it’s an adjective (e.g., “run-time image”); prefer “runtime” when it’s a noun (e.g., “the Java runtime”).
I've tried to use `run-time image` and `runtime` as suggested throughout now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14787#discussion_r1823386900
More information about the core-libs-dev
mailing list