Jenkins background:
The current Jenkins version uses "winp" to recursively terminate Windows processes. Such approach works well, but ProcessKiller extensions cannot be invoked for the entire process tree on Windows, so their behavior differs from Linux.
I propose to replace getChildren() and getParent() method stubs by working implementations using additional methods in the native part.
My use-case:
https://issues.jenkins-ci.org/browse/JENKINS-20289