ProcessReaper: single thread reaper
Roger Riggs
Roger.Riggs at Oracle.com
Tue Mar 25 23:11:43 UTC 2014
No, in the prototype only.
The current shipping implementation dedicates a thread to each Process
and waits
only for a specific pid to exit.
Roger
On 3/25/14 3:50 PM, Martin Buchholz wrote:
>
> Roger, are you saying there's a race in the currently shipping
> implementation?
>
> ---
>
> I believe It's possible to use ManagedBlocker to run tasks on FJ threads.
>
> But the current reaper thread pool is probably better because of the
> small stack sizes and there's no benefit running these reaper tasks
> that do nothing but wait on the common FJ pool.
ok, will look at that again.
More information about the core-libs-dev
mailing list