On Wed, 21 Sep 2022 20:30:53 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Clear the signal mask of the child when launching with posix_spawn. > > SIGQUIT signals are handled on non-Java Threads by the VM. > For Java threads the signal mask blocks SIGQUIT. > The ProcessBuilder uses posix_spawn on all platforms to create new processes. > Without a specific request, the child process inherits the signal masks from > the parent. Looks correct. ------------- Marked as reviewed by bpb (Reviewer). PR: https://git.openjdk.org/jdk/pull/10379