Integrated: 8325203: System.exit(0) kills the launched 3rd party application
Alexey Semenyuk
asemenyuk at openjdk.org
Fri Feb 9 17:08:06 UTC 2024
On Thu, 8 Feb 2024 20:57:51 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> Tested with the use case from the CR.
>
> The idea of the fix is to prevent grandchildren processes from being automatically attached to the job killing all processes attached to it when the job object is destroyed.
>
> Filed a follow-up https://bugs.openjdk.org/browse/JDK-8325525 CR to track adding a jtreg test for the issue.
This pull request has now been integrated.
Changeset: 6944537c
Author: Alexey Semenyuk <asemenyuk at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6944537c3ebbbb638479e4c2b90a71ad5869023c
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8325203: System.exit(0) kills the launched 3rd party application
Reviewed-by: almatvee
-------------
PR: https://git.openjdk.org/jdk/pull/17779
More information about the core-libs-dev
mailing list