RFR: 8293444: Creating ScrollPane with same content component causes memory leak [v3]

Florian Kirmaier fkirmaier at openjdk.org
Wed Sep 28 20:28:31 UTC 2022


On Wed, 28 Sep 2022 18:02:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Using Weak*Listeners eliminates the memory leak.
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8293444: review comments

if you use `checker.setAsReferenced(object)` then the specified object won't be collected for the current test.

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

PR: https://git.openjdk.org/jfx/pull/900


More information about the openjfx-dev mailing list