RFR: 8307538: Memory leak in TreeTableView when calling refresh [v2]
Kevin Rushforth
kcr at openjdk.org
Wed May 10 17:46:22 UTC 2023
On Wed, 10 May 2023 17:36:41 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> it looks like the test is unstable - it works fine in Eclipse, but sometimes fails with gradle. investigating.
It's definitely affected by GC, so I'd start by looking there. I can change whether the the test passes or fails by changing the heap size or adding a call to gc before each test.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1129#issuecomment-1542580543
More information about the openjfx-dev
mailing list