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
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.
Comments
Post a Comment