Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123583 Ensemble8: performance improvements
  3. JDK-8123961

MenuBar sample seems to be leaking through F10 accelerator

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 8
    • javafx
    • 8.0-graphics-scrum-b1845-x64, Windows 7 x64

      Steps to reproduce:
      - Run Ensemble in Monitor Application profile mode
      - Go to MenuBar sample
      - Go to some other sample
      - Create a memory dump
      - Use the following OQL query to see that Menu sample page is not garbage collected:
      select { SamplePage: x, title: x.titleProperty.value.toString() }
      from ensemble.samplepage.SamplePage x
      - See the nearest GC root of "Menu" sample SamplePage instance
      - Notice keyboardShortcutsHandler > accelerators > ... value, where value key KeyCodeCombination which code is F10.

            miflemi Mick Fleming
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: