- Profile Ensemble8 in Monitor App mode
- Navigate to FXML Login Demo sample
- Navigate to Area Chart sample
- Go back to home page
- Take Heap Dump
- Use the following query to identify not garbage collcted SamplePages
select { SamplePage: x, title: x.titleProperty.value.toString() }
from ensemble.samplepage.SamplePage x
- Using Find Nearest GC root see the following pattern:
scene -> focusOwner -> ... -> SamplePage
- Navigate to FXML Login Demo sample
- Navigate to Area Chart sample
- Go back to home page
- Take Heap Dump
- Use the following query to identify not garbage collcted SamplePages
select { SamplePage: x, title: x.titleProperty.value.toString() }
from ensemble.samplepage.SamplePage x
- Using Find Nearest GC root see the following pattern:
scene -> focusOwner -> ... -> SamplePage
- blocks
-
JDK-8123957 Ensemble8: running out of memory
-
- Resolved
-
- relates to
-
JDK-8117406 MenuBar sample seems to be leaking through F10 accelerator
-
- Resolved
-
-
JDK-8123067 Sample pages are leaking through popup context menus
-
- Resolved
-
-
JDK-8116412 Controls are leaking through mnemonics and accelerators
-
- Closed
-