RFR: 8357179: Deprecate VFORK launch mechanism from Process implementation (linux) [v2]

Thomas Stuefe stuefe at openjdk.org
Mon May 19 16:59:06 UTC 2025


On Mon, 19 May 2025 15:58:17 GMT, Alan Bateman <alanb at 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


More information about the core-libs-dev mailing list