Re: RFR: 8357089: Remove VFORK launch mechanism from Process implementation (linux)

2025-06-16 Thread Roger Riggs
On Thu, 12 Jun 2025 04:11:15 GMT, Thomas Stuefe 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.o

Re: RFR: 8357089: Remove VFORK launch mechanism from Process implementation (linux)

2025-05-16 Thread Thomas Stuefe
On Fri, 16 May 2025 06:14:57 GMT, Thomas Stuefe wrote: > Not for JDK 25 > > 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 rewrites comments explaining use of vf