Integrated: 8324668: JDWP process management needs more efficient file descriptor handling

Jaikiran Pai jpai at openjdk.org
Thu Feb 1 06:01:11 UTC 2024


On Fri, 26 Jan 2024 14:52:49 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I please get a review of this change which proposes to address https://bugs.openjdk.org/browse/JDK-8324668?
> 
> This change proposes to fix the issue in jdwp where when launching a child process (for the `launch=<cmd>` option), it iterates over an extremely large number of file descriptors to close each one of those. Details about the issue and the proposed fixed are added in a subsequent comment in this PR https://github.com/openjdk/jdk/pull/17588#issuecomment-1912256075. tier1, tier2 and tier3 testing is currently in progress with this change.

This pull request has now been integrated.

Changeset: a6632487
Author:    Jaikiran Pai <jpai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a6632487863db5ff3136cdcc76b7440c15ce6be9
Stats:     121 lines in 1 file changed: 106 ins; 12 del; 3 mod

8324668: JDWP process management needs more efficient file descriptor handling

Reviewed-by: gziemski, dholmes, cjplummer

-------------

PR: https://git.openjdk.org/jdk/pull/17588


More information about the serviceability-dev mailing list