Tagged Questions

0
votes
1answer
46 views

VisualVM and YourKit report different retained sizes for the same object

I'm using JVisualVM and YourKit to analyze a heap memory dump (created using jmap) and noticed that for the same object they report two very different retained sizes! Does anybody know what the cause ...