RFR: 8264677 MemoryLeak: Progressindicator leaks, when treeShowing is false
Kevin Rushforth
kcr at openjdk.java.net
Mon Apr 5 22:42:12 UTC 2021
On Sat, 3 Apr 2021 15:56:12 GMT, Florian Kirmaier <fkirmaier at openjdk.org> wrote:
>> I think it's failing since a long time. But i haven't tested it.
>> It must be, because before the other leak should "shadow" this leak.
>
> Before, ProgressIndicator was basically leaking every time, this is a very rare special case.
> Because very few people add invisible ProgressIndicators.
> I think in the application, it was put slightly delayed visible, but because the task was finished even faster, it never became really visible. So in the affected project it was basically triggered by a rare timing.
I see. Thanks.
-------------
PR: https://git.openjdk.java.net/jfx/pull/455
More information about the openjfx-dev
mailing list