Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
P3
-
Resolution: Duplicate
-
Affects Version/s: 8
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Environment:
8.0-graphics-scrum-b1845-x64, Windows 7 x64
-
Subcomponent:
Description
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.
- 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.
Attachments
Issue Links
- blocks
-
JDK-8123957 Ensemble8: running out of memory
-
- Resolved
-
- duplicates
-
JDK-8117406 MenuBar sample seems to be leaking through F10 accelerator
-
- Resolved
-