On Tue, 23 Nov 2021 11:00:51 GMT, Jose Pereda <jper...@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