SAP / SapMachine

An OpenJDK release maintained and supported by SAP
https://sapmachine.io
GNU General Public License v2.0
504 stars 92 forks source link

Support starting child processes in an own process group #1693

Closed RealCLanger closed 3 months ago

RealCLanger commented 3 months ago

Add a SapMachine internal API to allow processes started through ProcessBuilder::start to be leader of an own process group instead of belonging to the process group of the parent VM.

Also provide a method to terminate process groups.

A minimal solution for this has already been implemented in SapMachine 11 through #203.