Re: Question about libjava/childproc.c

2018-09-09 Thread Martin Buchholz
On Sun, Sep 9, 2018 at 1:04 AM, Alan Bateman wrote: > On 09/09/2018 01:34, Martin Buchholz wrote: > > : > > See discussion in src/java.base/unix/native/libjava/ProcessImpl_md.c > > >> Later Oracle introduced something very similar with the jspawnhelper. >> But I see that jspawnhelper is not used

Re: Question about libjava/childproc.c

2018-09-09 Thread Alan Bateman
On 09/09/2018 01:34, Martin Buchholz wrote: : See discussion inĀ src/java.base/unix/native/libjava/ProcessImpl_md.c Later Oracle introduced something very similar with the jspawnhelper. But I see that jspawnhelper is not used at all for the vfork() case, just for posix_spawn(), yes?