-
Bug
-
Resolution: Duplicate
-
P2
-
fx1.0
-
Affected version of JavaFX is 1.1 (but was not selectable in jira)
Windows XP SP 3
JDK 1.6.0_12
To display different tabs in an application, we want to replace the Nodes in a scene with new nodes. When we do this (as shown in the attached demo example) the nodes vanish in the UI but are still referenced by the Screengraph, so they do not get garbage collected. I investigated this with a profiler.
You may even reproduce the bug with clicking > then 10 times on the "click me" button. You will receive an OutOfMemoryException.
I added one example with VBox/HBox Layout and one with Grid Layout (jfxtras) showing the removal and regeneration of all entries on button click.
I added one example that just deletes the nodes from the scene (you see in the Profiler that the SwingTextFields will not be garbage collected)
You may even reproduce the bug with clicking > then 10 times on the "click me" button. You will receive an OutOfMemoryException.
I added one example with VBox/HBox Layout and one with Grid Layout (jfxtras) showing the removal and regeneration of all entries on button click.
I added one example that just deletes the nodes from the scene (you see in the Profiler that the SwingTextFields will not be garbage collected)
- duplicates
-
JDK-8106518 memory leak on removing subtree with SGComponent node
-
- Resolved
-
- relates to
-
JDK-8106518 memory leak on removing subtree with SGComponent node
-
- Resolved
-