-
Bug
-
Resolution: Fixed
-
P4
-
7u6
-
None
Data related JavaFX window is not GCed after the window is closed, even calling GC explictly. If a new window is open, then the data from the old window is GCed. It seems the framework holds a reference to the closed window which prevents it from being GCed.
See the attached test case to verify the issue. The instructions to run it are in the comments.
See the attached test case to verify the issue. The instructions to run it are in the comments.
- relates to
-
JDK-8120565 The last JavaFX window does not get garbage collected
-
- Resolved
-