java - JVM Heap Dump Analysis point to sun.awt.windows.WToolkit? -


i analyzing memory leak in our application. after investigation using eclipse memory analyzer recognized root 'keeps' references `

sun.awt.windows.wtoolkit

enter image description here

and don't know how interprate result. thought sun.awt.windows.wtoolkit shouldn't cause leaks. maybe has suggestion how interprate result?

one of our ideas try check is caused jide library using http://www.jidesoft.com/ hard if has it.

calling ilog.views.chart.ilvscalablefontmanager#dispose solved our problem.

see class ilvscalablefontmanager


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -