On Fri, 25 Aug 2023 03:36:53 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Issue is when setting the content of a SwingNode, the old content is not >> garbage collected owing to the fact >> JLightweightFrame is never being released by SwingNodeDisposer >> >> The SwingNodeDisposer holds an hard pointer to the JLightweightFrame that >> prevents its collection >> >> Modified `SwingNode.setContentImpl` function to use a WeakReference to >> properly release the memory. > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > javadoc, dispose Can you file a follow-on test bug? ------------- PR Comment: https://git.openjdk.org/jfx/pull/1219#issuecomment-1697288445