On Thu, 19 Jan 2023 21:59:22 GMT, Chris Plummer <cjplum...@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. > > Chris Plummer has updated the pull request incrementally with one additional > commit since the last revision: > > Cleaned up removeUnreachableListeners(). Marked as reviewed by amenkov (Reviewer). test/jdk/com/sun/jdi/ThreadMemoryLeakTest.java line 92: > 90: } > 91: > 92: public static void main(String[] args) throws Exception { extra spaces before "throws" ------------- PR: https://git.openjdk.org/jdk/pull/12081