RFR: 6507038: Memory Leak in JTree / BasicTreeUI
Prasanta Sadhukhan
psadhukhan at openjdk.org
Tue Jan 23 06:19:26 UTC 2024
On Mon, 22 Jan 2024 18:34:28 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> As far as I understand, the renderer component is leaked.
It's not the renderer component but the components added to renderer component which are being leaked...In the reproducer, the JLabel's added to the tree are being leaked if tree is not visible..
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17458#issuecomment-1905358862
More information about the client-libs-dev
mailing list