On Mon, 19 May 2025 15:58:17 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional >> commit since the last revision: >> >> use string block > > src/java.base/unix/classes/java/lang/ProcessImpl.java line 111: > >> 109: "It will be removed in a >> future java version. Either remove the\n" + >> 110: >> "jdk.lang.Process.launchMechanism property (preferred) or use FORK mode\n" + >> 111: "instead >> (-Djdk.lang.Process.launchMechanism=FORK)."); > > This is okay although I could imagine someone wanting to replace this with a > text block. okay, changed to string block ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25282#discussion_r2096149401