RFR: 8034944: (process) Improve subprocess handling on Solaris

Alan Bateman Alan.Bateman at oracle.com
Fri Mar 21 20:38:21 UTC 2014


On 21/03/2014 17:43, Rob McKenna wrote:
> :
>
> In a nutshell a new process reaper thread was spawned for every 
> Process created by the JDK. This fix runs these reaper threads in a 
> thread pool to save on thread creation when creating a lot of new 
> processes.
>
> http://cr.openjdk.java.net/~robm/8034944/webrev.01/
Thanks Rob, it's good to get this change into the Solaris 
implementation. I looked through Martin's original changes in 
JDK-6944584 and the "side-port" as you've called it looks good.

-Alan.



More information about the core-libs-dev mailing list