-
Bug
-
Resolution: Fixed
-
P3
-
jfx11
-
b127
-
x86_64
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8268436 | jfx11.0.12 | Johan Vos | P3 | Resolved | Fixed |
A DESCRIPTION OF THE PROBLEM :
While working on an update for JPro, I've found a memory-leak in JavaFX.
It's a regression and doesn't happen on JavaFX8
The initial nodes of a Scene are not collected by the GC when they are removed from the Scene.
They get collected when the initial Window is closed, but this is not the expected behavior.
Affected JavaFX versions: 9 10 11
How to reproduce: My pull request will contain a simple UnitTest.
I've got a fix ready, I'm now creating a pull request.
REGRESSION : Last worked in version 8u181
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
How to reproduce: My pull request will contain a simple UnitTest.
FREQUENCY : always
While working on an update for JPro, I've found a memory-leak in JavaFX.
It's a regression and doesn't happen on JavaFX8
The initial nodes of a Scene are not collected by the GC when they are removed from the Scene.
They get collected when the initial Window is closed, but this is not the expected behavior.
Affected JavaFX versions: 9 10 11
How to reproduce: My pull request will contain a simple UnitTest.
I've got a fix ready, I'm now creating a pull request.
REGRESSION : Last worked in version 8u181
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
How to reproduce: My pull request will contain a simple UnitTest.
FREQUENCY : always
- backported by
-
JDK-8268436 JavaFX: memoryleak for initial nodes of Window
- Resolved
- relates to
-
JDK-8090322 Need new tree visible property in Node that consider Scene and Stage visibility
- Resolved
-
JDK-8207837 Indeterminate ProgressBar does not animate if content is added after scene is set on window
- Resolved
(1 links to)