On Thu, 22 Sep 2022 23:13:59 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Move clearing of the signal mask to jspawnhelper so the launched >> process gets a clear signal mask. > > src/java.base/unix/native/libjava/ProcessImpl_md.c line 776: > >> 774: goto Finally; >> 775: } >> 776: > > Unintended change? IntelliJ removed a blank line at the end of the file. I think it's ok to make permanent (in this PR). ------------- PR: https://git.openjdk.org/jdk/pull/10379