On Fri, 16 Sep 2022 16:52:31 GMT, Kevin Rushforth <k...@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