Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8117458

Memory leak in CSS: ScrollPane is held strongly even after removal from scene graph

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • None

      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.

            dgrieve David Grieve
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: