Integrated: 8295506: ButtonBarSkin: memory leak when changing skin
Andy Goryachev
angorya at openjdk.org
Fri Dec 2 16:16:32 UTC 2022
On Tue, 18 Oct 2022 19:49:45 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> as determined by SkinMemoryLeakTest (remove line 165) and a leak tester
> https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/apps/LeakTest.java
>
> Make sure to configure the current test in LeakTest:
> protected final Type WE_ARE_TESTING = Type.BUTTON_BAR;
>
>
> caused by:
> - adding and not removing listeners
> - adding and not removing children Nodes
This pull request has now been integrated.
Changeset: 6ab65a96
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/6ab65a9625871cc75953575372ac1b672198b2e9
Stats: 30 lines in 2 files changed: 17 ins; 9 del; 4 mod
8295506: ButtonBarSkin: memory leak when changing skin
Reviewed-by: aghaisas
-------------
PR: https://git.openjdk.org/jfx/pull/921
More information about the openjfx-dev
mailing list