JavaFX Memory leak

2020-05-04 Thread Ty Young
Hi, I'm trying to debug a memory leak in my application using Java Mission Control & Flight Recorder[1]. Going down the tree it gives, it seems to be caused by this code: Series series = super.getSeries(); ObservableList> points = series.getData(); if(points.size() >

Javafx memory leak issue

2018-08-31 Thread Dhruvi Vaza
Hello, I am using javafx webview in my desktop application to load a url. I am opening webview on dialog. When I press a button to open a dialog containing webview. I get memory leak issue. sometimes it leads to crashing of application. Please give me proper solution. *The below code I have