On Mon, 28 Oct 2024 14:17:37 GMT, Mark Reinhold <m...@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