Can we view objets in the JVM memory?
- by Sebastien Lorber
Hey,
At work we found that on some instances (particulary the slow ones) we have a different behaviour, acquired at the reboot.
We guess a cache is not initialized correctly, or maybe a concurrency problem...
Anyway it's not reproductible in any other env than production.
We actually don't have loggers to activate... it's an old component...
Thus i'd like to know if there are tools that can help us to see the different objets present in the JVM memory in order to check the content of the cache...
Thank you!