RFR: 8255694: memory leak in JDWP debug agent after calling JVMTI GetAllThreads

Alex Menkov amenkov at openjdk.java.net
Fri Oct 30 21:54:54 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.

Marked as reviewed by amenkov (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/968


More information about the serviceability-dev mailing list