-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0.2
Run attached application and look at memory usage.
It looks like gif is animated with some thread. And this thread have strong reference to image.
Thus, when image become out of scene, one link remains ... in mentioned thread. And this prevents GC from collecting those images.
It looks like gif is animated with some thread. And this thread have strong reference to image.
Thus, when image become out of scene, one link remains ... in mentioned thread. And this prevents GC from collecting those images.
- duplicates
-
JDK-8119730 Animated GIFs cause memory leaks in javafx.scene.image.Image class
-
- Closed
-
-
JDK-8125636 memory leak when recreating ImageView with a GIV image
-
- Closed
-
-
JDK-8127877 Image object hangs on to byte[]
-
- Closed
-
- is blocked by
-
JDK-8116853 GIF Needs Refactoring
-
- Closed
-