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

Andy Goryachev angorya at openjdk.org
Fri Sep 16 18:04:08 UTC 2022


On Fri, 16 Sep 2022 16:52:31 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8293444: memory buddy
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/ScrollPaneSkinTest.java line 916:
> 
>> 914:     }
>> 915: 
>> 916:     // this should be in common test utils
> 
> There already is one that you can use, [JMemoryBuddy](https://github.com/openjdk/jfx/blob/master/modules/javafx.base/src/test/java/test/util/memory/JMemoryBuddy.java).

.checkCollectable(), thanks!

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

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


More information about the openjfx-dev mailing list