Integrated: 8255694: memory leak in JDWP debug agent after calling JVMTI GetAllThreads
Chris Plummer
cjplummer at openjdk.java.net
Mon Nov 2 20:18:55 UTC 2020
On Fri, 30 Oct 2020 20:30:49 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> The debug agent needs to deallocate memory that is allocated by calls to GetAllThreads. There were two places were this was not being done, resulting in a memory leak.
This pull request has now been integrated.
Changeset: a250716a
Author: Chris Plummer <cjplummer at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/a250716a
Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
8255694: memory leak in JDWP debug agent after calling JVMTI GetAllThreads
Reviewed-by: amenkov, sspitsyn
-------------
PR: https://git.openjdk.java.net/jdk/pull/968
More information about the serviceability-dev
mailing list