On Fri, 30 Oct 2020 20:30:49 GMT, Chris Plummer <cjplum...@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 <cjplum...@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