Tagged Questions
0
votes
1answer
90 views
in VisualVM/OQL how can I get the total size of all instances of objects from a certain package
I'm using VisualVm to profile a Web Application running in Tomcat. Tomcat keeps crashing with out of memory errors so I'm trying to figure out what in my application is causing it.
When I run the ...
2
votes
1answer
360 views
string search using OQL
I am using VisualVM to analyze a core dump. I suspect some XML objects to be causing the leak but there are way too many String objects to go through one by one.
Can I use OQL to search String that ...
0
votes
2answers
255 views
How to use “AND operator (&&)” in OQL in MAT Eclipse
I am working on performance tuning of a java rmi application and
using OQL to execute below query :
select tpoint.host.value.toString() from sun.rmi.transport.tcp.TCPEndpoint tpoint
where ...