On Thu, 12 Jun 2025 04:11:15 GMT, Thomas Stuefe <[email protected]> wrote:
> (for JDK 26) > > Note: This PR is a continuation of the old PR here: > https://github.com/openjdk/jdk/pull/25260; had to close the old one since I > had Skara problems after the JDK25 split-off. > > See the companion CSR (https://bugs.openjdk.org/browse/JDK-8357090) for the > ratio behind this removal. > > Patch > > - removes all code handling the VFORK mode. > - removes or clarifies comments explaining use of vfork by the JVM. > - we now print out an error message to stderr if the user still specifies > -Djdk.lang.Process.launchMechanism=vfork. This pull request has now been integrated. Changeset: ca3fe721 Author: Thomas Stuefe <[email protected]> URL: https://git.openjdk.org/jdk/commit/ca3fe721ba23a1304089b71c1b58940f16a0d053 Stats: 314 lines in 11 files changed: 62 ins; 201 del; 51 mod 8357089: Remove VFORK launch mechanism from Process implementation (linux) Reviewed-by: rriggs, andrew ------------- PR: https://git.openjdk.org/jdk/pull/25768
