RFR: 8254956: [REDO] Memoryleak: Closed focused Stages are not collected with Monocle

Jose Pereda jpereda at openjdk.java.net
Tue Nov 23 16:00:10 UTC 2021


On Tue, 23 Nov 2021 11:00:51 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

> This PR fixes a memory leak, as a follow-up of [JDK-8241840](https://bugs.openjdk.java.net/browse/JDK-8241840).
> 
> The tests pass on desktop (Linux/macOS/Windows) and there is no regression on Android (see [JDK-8254605](https://bugs.openjdk.java.net/browse/JDK-8254605)).

Yes, `cleanTest` is quite handy when you are just modifying the code base and running the same test all over again (else you need to modify the test just a tiny bit...)

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

PR: https://git.openjdk.java.net/jfx/pull/677


More information about the openjfx-dev mailing list