See the attached program. It adds and then removes a ScrollPane with a single Circle in it to the scene graph. The last ScrollPane is being held preventing it from being garbage collected.
This is being held onto by the StyleConverterImpl cache. It looks like the ParsedValueImpl used as the key in the WeakHashMap is strongly held somewhere.
This is being held onto by the StyleConverterImpl cache. It looks like the ParsedValueImpl used as the key in the WeakHashMap is strongly held somewhere.
- duplicates
-
JDK-8093152 Memory leak in ScrollPane
-
- Closed
-