Re: RFR: 6507038: Memory Leak in JTree / BasicTreeUI [v9]

2024-02-08 Thread Alexey Ivanov
On Thu, 8 Feb 2024 03:23:13 GMT, Prasanta Sadhukhan wrote: >> When using a TreeCellRenterer which creates new components in >> getTreeCellRendererComponent() in a JTree that is not visible, changes to >> the nodes cause a memory leak. >> When a node is changed, the Method getNodeDimensions()

Re: RFR: 6507038: Memory Leak in JTree / BasicTreeUI [v9]

2024-02-07 Thread Prasanta Sadhukhan
> When using a TreeCellRenterer which creates new components in > getTreeCellRendererComponent() in a JTree that is not visible, changes to the > nodes cause a memory leak. > When a node is changed, the Method getNodeDimensions() is called to calculate > the new dimensions for the node. In this