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

MemoryLeak in ScatterChart

    XMLWordPrintable

Details

    Description

      Ensemble."Adv Scatter Live Chart" sample causes OOM in few seconds.
      Running with big heap size -Xmx1g also causes OOM in few seconds.

      charts.ScatterLiveTest from tests/performance/charts could be used to reproduce
      and demonstrate the same issue as well.

      Heap dump analysis shows the heap is mostly occupied by StackPane and MasterTimer objects.
      The big memory consumption of MasterTimer is because of big number of AnimationPulseReceiver
      objects which seems to be not deleted from MasterTimer.receivedList for some reason.
      As result the memory constantly grows which leads to OOM.

      Attachments

        Activity

          People

            mheinrichs Michael Heinrichs (Inactive)
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: