Integrated: 8297638: Memory leak in case of many started-dead threads

Chris Plummer cjplummer at openjdk.org
Sat Mar 18 00:27:34 UTC 2023


On Wed, 18 Jan 2023 20:06:33 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Fix JDI leak when the debuggee creates a lot of threads, while at the same the debugger is not sending any commands. The lack of commands being sent results in code not being triggered that normally would clear out unreachable listeners and also clear out ObjectReferences queued for disposal.

This pull request has now been integrated.

Changeset: f8482c20
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f8482c20f4f55d4fc5b304a33c87775b5acfe2b8
Stats:     198 lines in 3 files changed: 197 ins; 0 del; 1 mod

8297638: Memory leak in case of many started-dead threads

Reviewed-by: amenkov, sspitsyn

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

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


More information about the serviceability-dev mailing list